go version fix
All checks were successful
release-tag / release-image (push) Successful in 1m58s

This commit is contained in:
2025-09-21 15:02:14 +02:00
parent 42e484c47c
commit 9cd1862b1b

View File

@@ -1,5 +1,5 @@
# ---------- Build Stage ----------
FROM golang:1.22-alpine AS build
FROM golang:1.24-alpine AS build
WORKDIR /src
# SystemDeps nur für Build
RUN apk add --no-cache git ca-certificates tzdata && update-ca-certificates