From 2beedafac9d139b9bc79626c5dfc9a5759609e80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:11:49 +0200 Subject: [PATCH] Bump rancher/mirrored-tonistiigi-xx from 1.3.0 to 1.5.0 (#66) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 30ef5d8..f7bf8da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG GO_IMAGE=rancher/hardened-build-base:v1.23.2b1 # 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 ${BCI_IMAGE} as bci FROM --platform=$BUILDPLATFORM ${GO_IMAGE} as base-builder