From 83953a669ac6759b1eac96f122b6bb8ae79e7652 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 02:31:50 +0000 Subject: [PATCH] Bump tonistiigi/xx from 1.3.0 to 1.4.0 Bumps tonistiigi/xx from 1.3.0 to 1.4.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 ddeafac9..e7d2ff05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.3 ARG BUILD_OS=debian -FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.3.0 AS xx +FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.4.0 AS xx ### Build base image for debian FROM --platform=$BUILDPLATFORM debian:bullseye as build-base-debian