1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

Merge pull request #425 from thaJeztah/bump_xx

Dockerfile: update xx to v1.9.0
This commit is contained in:
Paweł Gronowski
2026-04-17 17:47:17 +02:00
committed by GitHub
+1 -1
View File
@@ -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.