mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
chore(deps): update prom/alertmanager docker tag to v0.21.0
This commit is contained in:
committed by
Łukasz Mierzwa
parent
f296f060e2
commit
65e9223b10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user