From f5657ec0eeddc8469a7bf76d32ae917fbf41ec68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 00:35:50 +0000 Subject: [PATCH] chore(deps): update tonistiigi/xx docker tag to v1.9.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index af4fe847..84028be8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ ARG CADDY_VERSION=2.10.2 ARG CADDY_IMAGE=alpine:3.23 # ---- Cross-Compilation Helpers ---- -FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.8.0 AS xx +FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.9.0 AS xx # ---- Frontend Builder ---- # Build the frontend using the BUILDPLATFORM to avoid arm64 musl Rollup native issues