chore(deps): update alpine docker tag to v3.22

This commit is contained in:
renovate[bot]
2025-12-01 14:37:58 +00:00
committed by GitHub
parent 6f56ecb389
commit 9d3805f1ee

View File

@@ -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