1
0
Fork 0

Fix alpine docker image to version 3.14

This commit is contained in:
Romain 2021-08-30 11:38:12 +02:00 committed by GitHub
parent 352a72a5d7
commit 234d35f592
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -38,7 +38,7 @@ COPY --from=webui /src/static/ /go/src/github.com/traefik/traefik/static/
RUN ./script/make.sh generate binary
## IMAGE
FROM alpine:3.14.1
FROM alpine:3.14
RUN apk --no-cache --no-progress add bash curl ca-certificates tzdata \
&& update-ca-certificates \