chore(deps): update dependency prom/alertmanager to v0.24.0

This commit is contained in:
Renovate Bot
2022-03-25 10:01:46 +00:00
committed by renovate[bot]
parent 7fa407f268
commit b513c100eb

View File

@@ -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