From 98e1b2295e9b3476747edad5aa5f158bfe2eda88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 02:24:21 +0000 Subject: [PATCH] Bump tonistiigi/xx from 1.2.1 to 1.3.0 Bumps tonistiigi/xx from 1.2.1 to 1.3.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 671c86a1..7d7d77aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.3 ARG BUILD_OS=debian -FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.2.1 AS xx +FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.3.0 AS xx ### Build base image for debian FROM --platform=$BUILDPLATFORM debian:bullseye as build-base-debian