From 281d0b8033b09304a19759ed4795d599558e5ee9 Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Mon, 9 Sep 2024 15:56:37 +0200 Subject: [PATCH] Bump tonistiigi/xx from 1.3.0 to 1.5.0 in Dockerfile (#5448) Signed-off-by: Marco Franssen --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 22fca632c0..0b40d0bb20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ COPY . . # when bumping to a new version analyze the new version for security issues # then use crane to lookup the digest of that version so we are immutable # crane digest tonistiigi/xx:1.3.0 -FROM --platform=$BUILDPLATFORM tonistiigi/xx@sha256:904fe94f236d36d65aeb5a2462f88f2c537b8360475f6342e7599194f291fb7e AS xx +FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.5.0@sha256:0c6a569797744e45955f39d4f7538ac344bfb7ebf0a54006a0a4297b153ccf0f AS xx FROM --platform=${BUILDPLATFORM} base as builder ARG TAG