Update golang Docker tag to v1.25 #1

Merged
ace966 merged 1 commits from renovate/golang-1.x into main 2025-09-27 15:09:08 +00:00
Showing only changes of commit 5f4f162c1e - Show all commits

View File

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