update alpine base image to 3.11

This commit is contained in:
Tariq Ibrahim 2020-01-22 09:11:55 -08:00
parent 4be51a9445
commit 0ea6c301b6
No known key found for this signature in database
GPG Key ID: DFC94E4A008B908A

View File

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