From 9e5a01342eb68bfa896b99515c026e2b5bd94c20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 22:51:38 +0000 Subject: [PATCH] build(deps): bump tonistiigi/xx from 1.6.0 to 1.6.1 Bumps tonistiigi/xx from 1.6.0 to 1.6.1. --- updated-dependencies: - dependency-name: tonistiigi/xx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2ca1c4cf9ab..5715dcab591 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,7 +50,7 @@ ARG NYDUS_VERSION=v2.3.0 ARG SOCI_SNAPSHOTTER_VERSION=0.8.0 ARG KUBO_VERSION=v0.31.0 -FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.0 AS xx +FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1 AS xx FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-bookworm AS build-base-debian