Skip to content

Commit

Permalink
Merge pull request #104 from crazy-max/update-alpine
Browse files Browse the repository at this point in the history
Alpine Linux 3.18
  • Loading branch information
crazy-max authored Aug 12, 2023
2 parents c42f64a + 4bd1d0f commit 92b541e
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 @@ -3,7 +3,7 @@
ARG GO_VERSION="1.21.0"
ARG OSXCROSS_VERSION="11.3"
ARG XX_VERSION="1.2.1"
ARG ALPINE_VERSION="3.17"
ARG ALPINE_VERSION="3.18"
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 92b541e

Please sign in to comment.