Skip to content

Commit

Permalink
Upgrade Alpine to 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisa authored Jun 3, 2024
1 parent cd35ddf commit 507b0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build container
ARG GOVERSION=1.22.3
ARG ALPINEVERSION=3.19
ARG ALPINEVERSION=3.20

FROM --platform=${BUILDPLATFORM} \
golang:$GOVERSION-alpine${ALPINEVERSION} AS build
Expand Down

0 comments on commit 507b0b7

Please sign in to comment.