chore(deps): update image golang to v1.25.5 (#111)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-04 06:45:46 +00:00
committed by GitHub
parent c7182e6d00
commit c9c67149e7

View File

@@ -1,5 +1,5 @@
# Build stage - builds the binary for the target architecture
FROM --platform=$BUILDPLATFORM golang:1.25.4-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.5-alpine AS builder
# Build arguments automatically set by buildx
ARG TARGETOS