Skip to content

Commit

Permalink
update to alpine 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Aug 16, 2024
1 parent ab0bf11 commit db4acb7
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
Expand Up @@ -4,7 +4,7 @@ ARG GO_VERSION="1.23.0"
ARG OSXCROSS_VERSION="11.3"
ARG GHQ_VERSION="1.6.1"
ARG XX_VERSION="1.4.0"
ARG ALPINE_VERSION="3.19"
ARG ALPINE_VERSION="3.20"
ARG PLATFORMS="linux/386 linux/amd64 linux/arm64 linux/arm/v5 linux/arm/v6 linux/arm/v7 linux/mips linux/mipsle linux/mips64 linux/mips64le linux/ppc64le linux/riscv64 linux/s390x windows/386 windows/amd64"

FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
Expand Down

0 comments on commit db4acb7

Please sign in to comment.