mirror of
https://github.com/moby/moby.git
synced 2026-06-30 19:58:03 +00:00
chore(deps): update tonistiigi/xx docker tag to v1.9.0
Signed-off-by: Mend Renovate <bot@renovateapp.com>
This commit is contained in:
@@ -6,7 +6,7 @@ ARG GOLANG_IMAGE="golang:${GO_VERSION}-${BASE_DEBIAN_DISTRO}"
|
||||
|
||||
# XX_VERSION specifies the version of the xx utility to use.
|
||||
# It must be a valid tag in the docker.io/tonistiigi/xx image repository.
|
||||
ARG XX_VERSION=1.7.0
|
||||
ARG XX_VERSION=1.9.0
|
||||
|
||||
# VPNKIT_VERSION is the version of the vpnkit binary which is used as a fallback
|
||||
# network driver for rootless.
|
||||
|
||||
@@ -4,7 +4,7 @@ ARG DEBIAN_VERSION=bookworm
|
||||
|
||||
# XX_VERSION specifies the version of the xx utility to use.
|
||||
# It must be a valid tag in the docker.io/tonistiigi/xx image repository.
|
||||
ARG XX_VERSION=1.7.0
|
||||
ARG XX_VERSION=1.9.0
|
||||
|
||||
# xx is a helper for cross-compilation
|
||||
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
|
||||
|
||||
Reference in New Issue
Block a user