From 72d0905aab4b49f2261e170fe5056668938690e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 03:08:42 +0000 Subject: [PATCH] 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 a52d094b..fc96c719 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.8 ARG BUILD_OS=debian -FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.4.0 AS xx +FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.5.0 AS xx ### Build base image for debian FROM --platform=$BUILDPLATFORM debian:12 AS build-base-debian