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

This commit is contained in:
Renovate Bot
2019-01-31 08:33:50 +00:00
parent 03ad10c4c5
commit 480bcc7c98

View File

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