Bumps alpine docker images to v1.14.1

This commit is contained in:
Romain 2021-08-25 11:14:10 +02:00 committed by GitHub
parent 531a8ff248
commit 4d1ce986a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
FROM alpine:3.13 as alpine
FROM alpine:3.14.1 as alpine
RUN apk --no-cache --no-progress add \
libcurl \

View file

@ -1,4 +1,4 @@
FROM alpine:3.13
FROM alpine:3.14.1
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/bin

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.10
FROM alpine:3.14.1
RUN apk --no-cache --no-progress add bash curl ca-certificates tzdata \
&& update-ca-certificates \