From 9d3805f1ee01e8b077ce450c878177d9f9d67a54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 14:37:58 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.22 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 51dbb0f5..21e1e6c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ ARG CADDY_VERSION=2.10.2 ## plain Alpine base image and overwrite its caddy binary with our ## xcaddy-built binary in the later COPY step. This avoids relying on ## upstream caddy image tags while still shipping a pinned caddy binary. -ARG CADDY_IMAGE=alpine:3.18 +ARG CADDY_IMAGE=alpine:3.22 # ---- Cross-Compilation Helpers ---- FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.8.0 AS xx