Skip to content

Commit

Permalink
Bump Dockerfile Alpine to v3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoordsij authored May 23, 2024
1 parent f02b223 commit 05828ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 /
Expand Down

0 comments on commit 05828ba

Please sign in to comment.