From 2d9a68c2063b50e30faf6b654bc3b419859c210d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 12:40:54 +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