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

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/golang-1.x into master 2025-09-04 06:24:08 +00:00
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.25.0@sha256:f6b9e1a566fe69bad9613bd0165f0a5032b2cfb14630833522988864ebeb8c9f as deps
FROM amd64/golang:1.25.1@sha256:70de49a6a9bfd1bde2b332fde29d04a8cc65047464fa97ddb94251b05e572bc0 as deps
WORKDIR /build
ADD go.* /build
RUN go mod download