diff --git a/demo/Dockerfile b/demo/Dockerfile index a802026dd..111ed2602 100644 --- a/demo/Dockerfile +++ b/demo/Dockerfile @@ -24,7 +24,7 @@ RUN CGO_ENABLED=0 make -C /src VERSION="${VERSION:-dev}" karma FROM alpine:3.15 COPY --from=ghcr.io/prymitive/kthxbye:v0.14 /kthxbye /kthxbye -COPY --from=prom/alertmanager:v0.23.0 /bin/alertmanager /alertmanager +COPY --from=prom/alertmanager:v0.24.0 /bin/alertmanager /alertmanager RUN apk add supervisor python3 && rm -rf /tmp/* /var/cache/apk/* COPY demo/supervisord.conf /etc/supervisord.conf COPY demo/alertmanager.yaml /etc/alertmanager.yaml