From be34c8368162bc73cd191b37258fe2af739da7eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 03:45:29 +0000 Subject: [PATCH] Bump tonistiigi/xx from 1.4.0 to 1.5.0 (#667) 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] 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 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