chore(deps): update alpine docker tag to v3.10

This commit is contained in:
Renovate Bot
2019-06-19 21:43:08 +00:00
parent 244b748293
commit 3bfea078f4

View File

@@ -9,7 +9,7 @@ ARG VERSION
RUN apk add --update make git
RUN CGO_ENABLED=0 make -C /src VERSION="${VERSION:-dev}" karma
FROM alpine:3.9
FROM alpine:3.10
RUN apk add --update supervisor python && rm -rf /tmp/* /var/cache/apk/*
COPY demo/supervisord.conf /etc/supervisord.conf
COPY --from=prom/alertmanager:v0.17.0 /bin/alertmanager /alertmanager