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
|
# syntax=docker/dockerfile:1.2
|
||||||
FROM alpine:3.19
|
FROM alpine:3.20
|
||||||
|
|
||||||
RUN apk --no-cache --no-progress add ca-certificates tzdata \
|
RUN apk add --no-cache --no-progress ca-certificates tzdata
|
||||||
&& rm -rf /var/cache/apk/*
|
|
||||||
|
|
||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
COPY ./dist/$TARGETPLATFORM/traefik /
|
COPY ./dist/$TARGETPLATFORM/traefik /
|
||||||
|
|
Loading…
Reference in a new issue