update xx to v1.6.1 for compatibility with alpine 3.21 and file 5.46+ (#4527)

This commit is contained in:
Milos Gajdos 2024-12-12 10:55:20 +00:00 committed by GitHub
commit b2ae9e398c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
ARG GO_VERSION=1.23.2
ARG ALPINE_VERSION=3.20
ARG XX_VERSION=1.2.1
ARG XX_VERSION=1.6.1
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base