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

This commit is contained in:
Renovate Bot
2020-06-18 08:22:15 +00:00
committed by Łukasz Mierzwa
parent 81a92a37a7
commit dc153e8751

View File

@@ -22,7 +22,7 @@ ARG VERSION
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=lmierzwa/kthxbye:v0.8 /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