From 68a1a9ea0905e6b14bb1cc84d195ccf2af9235d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:45:15 +0000 Subject: [PATCH] Bump rancher/mirrored-tonistiigi-xx from 1.3.0 to 1.5.0 Bumps rancher/mirrored-tonistiigi-xx from 1.3.0 to 1.5.0. --- updated-dependencies: - dependency-name: rancher/mirrored-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 bd973f6..97ebfed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG GO_IMAGE=rancher/hardened-build-base:v1.21.11b3 # Image that provides cross compilation tooling. -FROM --platform=$BUILDPLATFORM rancher/mirrored-tonistiigi-xx:1.3.0 AS xx +FROM --platform=$BUILDPLATFORM rancher/mirrored-tonistiigi-xx:1.5.0 AS xx FROM --platform=$BUILDPLATFORM ${GO_IMAGE} AS base-builder # copy xx scripts to your build stage