From 362a76f9627fbddd9d2e0157eca24b810fc99410 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:22:26 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.25.5 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f4978591..c9ae6e71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ RUN --mount=type=cache,target=/app/frontend/node_modules/.cache \ npm run build # ---- Backend Builder ---- -FROM --platform=$BUILDPLATFORM golang:1.25.4-alpine AS backend-builder +FROM --platform=$BUILDPLATFORM golang:1.25.5-alpine AS backend-builder # Copy xx helpers for cross-compilation COPY --from=xx / / @@ -98,7 +98,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \ # ---- Caddy Builder ---- # Build Caddy from source to ensure we use the latest Go version and dependencies # This fixes vulnerabilities found in the pre-built Caddy images (e.g. CVE-2025-59530, stdlib issues) -FROM --platform=$BUILDPLATFORM golang:1.25.4-alpine AS caddy-builder +FROM --platform=$BUILDPLATFORM golang:1.25.5-alpine AS caddy-builder ARG TARGETOS ARG TARGETARCH ARG CADDY_VERSION