Merge pull request #1273 from prymitive/renovate/docker-alpine-3.x

chore(deps): update alpine docker tag to v3.11
This commit is contained in:
Łukasz Mierzwa
2019-12-20 09:31:11 +00:00
committed by GitHub

View File

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