Bump docker.io/golang image from 1.25.0 to v1.25.1 (#1475)

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

View File

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