Merge pull request #1477 from Annegies/update-alpine-3115

Bump alpine base image to 3.11.5
This commit is contained in:
Kubernetes Prow Robot 2020-03-31 00:18:40 -07:00 committed by GitHub
commit 2767488552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ RUN go mod vendor && \
make build
# final image
FROM alpine:3.11
FROM alpine:3.11.5
LABEL maintainer="Team Teapot @ Zalando SE <team-teapot@zalando.de>"
RUN apk add --no-cache ca-certificates && \