From 569582c6837a61c0eeb0d2967284967d347b7674 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 22:51:08 +0000 Subject: [PATCH] fix(deps): update tonistiigi/xx docker tag to v1.3.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 53b5cea7..71c49cc2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.3 -FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.2.1 AS xx +FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.3.0 AS xx FROM --platform=$BUILDPLATFORM rust:1.73.0-bullseye AS builder