From f7080247157228e2d071eb2975a1f26b6d9597fb Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 04:36:21 +0000 Subject: [PATCH] chore(deps): update tonistiigi/xx docker tag to v1.6.1 --- vendor/github.com/docker/distribution/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/docker/distribution/Dockerfile b/vendor/github.com/docker/distribution/Dockerfile index ebd42c24..c3a46f59 100644 --- a/vendor/github.com/docker/distribution/Dockerfile +++ b/vendor/github.com/docker/distribution/Dockerfile @@ -2,7 +2,7 @@ ARG GO_VERSION=1.20.8 ARG ALPINE_VERSION=3.18 -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