chore(deps): update dependency ghcr.io/prymitive/kthxbye to v0.15

This commit is contained in:
renovate[bot]
2022-06-21 17:27:01 +00:00
parent 55f2968afc
commit 066b7cc98f

View File

@@ -23,7 +23,7 @@ ARG VERSION
RUN CGO_ENABLED=0 make -C /src VERSION="${VERSION:-dev}" karma
FROM alpine:3.16
COPY --from=ghcr.io/prymitive/kthxbye:v0.14 /kthxbye /kthxbye
COPY --from=ghcr.io/prymitive/kthxbye:v0.15 /kthxbye /kthxbye
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