From e974cc5a6ec3fe4285f446067e4de387f9139cce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 22:14:48 +0000 Subject: [PATCH] build(deps): bump tonistiigi/xx from 1.4.0 to 1.5.0 Bumps tonistiigi/xx from 1.4.0 to 1.5.0. --- updated-dependencies: - dependency-name: tonistiigi/xx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bf8b0aeb41a..03c78d64942 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,7 +51,7 @@ ARG GOTESTSUM_VERSION=v1.12.0 ARG NYDUS_VERSION=v2.2.5 ARG SOCI_SNAPSHOTTER_VERSION=0.7.0 -FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.3.0 AS xx +FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.5.0 AS xx FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-bullseye AS build-base-debian