chore(deps): update golang docker tag to v1.25.1

This commit is contained in:
Renovate
2025-09-03 20:08:05 +00:00
parent 6ac9d2f4e5
commit bc543428b0
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.25.0@sha256:f6b9e1a566fe69bad9613bd0165f0a5032b2cfb14630833522988864ebeb8c9f as builder
FROM amd64/golang:1.25.1@sha256:70de49a6a9bfd1bde2b332fde29d04a8cc65047464fa97ddb94251b05e572bc0 as builder
WORKDIR /src
COPY * ./
RUN go get