chore(deps): update ghcr.io/prymitive/kthxbye docker tag to v0.14

This commit is contained in:
Renovate Bot
2022-01-05 16:09:29 +00:00
committed by renovate[bot]
parent 93eafa1300
commit be150c5ae7

View File

@@ -22,7 +22,7 @@ ARG VERSION
RUN CGO_ENABLED=0 make -C /src VERSION="${VERSION:-dev}" karma
FROM alpine:3.15
COPY --from=ghcr.io/prymitive/kthxbye:v0.13 /kthxbye /kthxbye
COPY --from=ghcr.io/prymitive/kthxbye:v0.14 /kthxbye /kthxbye
COPY --from=prom/alertmanager:v0.23.0 /bin/alertmanager /alertmanager
RUN apk add supervisor python3 && rm -rf /tmp/* /var/cache/apk/*
COPY demo/supervisord.conf /etc/supervisord.conf