chore(deps): update lmierzwa/kthxbye docker tag to v0.9

This commit is contained in:
Renovate Bot
2020-11-17 19:51:55 +00:00
committed by Łukasz Mierzwa
parent 32fa443f50
commit 99249ec2ea

View File

@@ -24,7 +24,7 @@ ARG VERSION
RUN CGO_ENABLED=0 make -C /src VERSION="${VERSION:-dev}" karma
FROM alpine:3.12
COPY --from=lmierzwa/kthxbye:v0.8 /kthxbye /kthxbye
COPY --from=lmierzwa/kthxbye:v0.9 /kthxbye /kthxbye
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