From 815dddf3017eb9f92d2593fb1921b6c87b080533 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 17 Apr 2026 15:27:46 +0200 Subject: [PATCH] Dockerfile: update xx to v1.9.0 full diff: https://github.com/tonistiigi/xx/compare/v1.7.0...v1.9.0 Signed-off-by: Sebastiaan van Stijn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eedfe9a..4767069 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ ARG BASE_DEBIAN_DISTRO=bookworm # XX_VERSION sets 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 # OSXCROSS_VERSION sets the MacOSX cross toolchain to use. # It must be a valid tag in the docker.io/crazymax/osxcross image repository.