Bump docker.io/golang image from 1.25.3 to v1.25.4 (#1500)

Co-authored-by: dghubble-renovate[bot] <119624128+dghubble-renovate[bot]@users.noreply.github.com>
This commit is contained in:
dghubble-renovate[bot]
2025-11-06 09:41:59 +00:00
committed by GitHub
parent 2bb914a53b
commit 3e67a39533

View File

@@ -1,4 +1,4 @@
FROM docker.io/golang:1.25.3 AS builder
FROM docker.io/golang:1.25.4 AS builder
COPY . src
RUN cd src && make build