chore(deps): update prom/alertmanager docker tag to v0.21.0

This commit is contained in:
Renovate Bot
2020-06-17 11:05:26 +00:00
committed by Łukasz Mierzwa
parent f296f060e2
commit 65e9223b10

View File

@@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 make -C /src VERSION="${VERSION:-dev}" karma
FROM alpine:3.12
COPY --from=lmierzwa/kthxbye:v0.7 /kthxbye /kthxbye
COPY --from=prom/alertmanager:v0.20.0 /bin/alertmanager /alertmanager
COPY --from=prom/alertmanager:v0.21.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