fix: update golang version to 1.26.1-alpine in Dockerfile for consistency and security improvements

This commit is contained in:
GitHub Actions
2026-03-06 02:44:07 +00:00
parent b292a1b793
commit 2266a8d051

View File

@@ -94,7 +94,7 @@ RUN --mount=type=cache,target=/app/frontend/node_modules/.cache \
# ---- Backend Builder ----
# renovate: datasource=docker depName=golang
FROM --platform=$BUILDPLATFORM golang:1.26-alpine@sha256:d4c4845f5d60c6a974c6000ce58ae079328d03ab7f721a0734277e69905473e5 AS backend-builder
FROM --platform=$BUILDPLATFORM golang:1.26.1-alpine AS backend-builder
# Copy xx helpers for cross-compilation
COPY --from=xx / /