Update to Go-1.25.3
All checks were successful
release-tag / release-image (push) Successful in 1m47s

This commit is contained in:
2025-10-21 07:25:04 +02:00
parent 34f7d5c171
commit aa3ce572f8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# --- Builder Stage ---
FROM golang:1.24-alpine AS builder
FROM golang:1.25-alpine AS builder
# Arbeitsverzeichnis
WORKDIR /app