Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#1477 from Annegies/update-alpine-3115
Browse files Browse the repository at this point in the history
Bump alpine base image to 3.11.5
  • Loading branch information
k8s-ci-robot authored Mar 31, 2020
2 parents 679f71a + aa9d4cd commit 2767488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"

RUN apk add --no-cache ca-certificates && \
Expand Down

0 comments on commit 2767488

Please sign in to comment.