Bump Dockerfile Alpine to v3.20
This commit is contained in:
parent
f02b223639
commit
05828bab07
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
|||
# syntax=docker/dockerfile:1.2
|
||||
FROM alpine:3.19
|
||||
FROM alpine:3.20
|
||||
|
||||
RUN apk --no-cache --no-progress add ca-certificates tzdata \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
RUN apk add --no-cache --no-progress ca-certificates tzdata
|
||||
|
||||
ARG TARGETPLATFORM
|
||||
COPY ./dist/$TARGETPLATFORM/traefik /
|
||||
|
|
Loading…
Reference in a new issue