Update golang Docker tag to v1.25
All checks were successful
Deploy and Push Docker Image / BuildAndPush (push) Successful in 51s

This commit is contained in:
2025-09-27 17:07:37 +02:00
parent 69c226f8d2
commit 5f4f162c1e

View File

@ -1,5 +1,5 @@
ARG BUILDPLATFORM
FROM --platform=$BUILDPLATFORM golang:1.24-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.25-alpine AS builder
# Set working directory
WORKDIR /app