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

Dockerfile: bump XX_VERSION to 1.6.1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-01-20 16:54:10 +01:00
parent fe0e8e3a01
commit a17e9a013b
+1 -1
View File
@@ -3,7 +3,7 @@
ARG GO_VERSION=1.21.10
ARG DEBIAN_VERSION=bookworm
ARG XX_VERSION=1.5.0
ARG XX_VERSION=1.6.1
ARG OSXCROSS_VERSION=11.3-r7-debian
ARG GOLANGCI_LINT_VERSION=v1.61.0
ARG DEBIAN_FRONTEND=noninteractive