chore(deps): update golang:1.25.6 docker digest to ceda080 (#273)
geo-service / build (push) Successful in 16m54s
geo-service / deploy-prod (push) Successful in 36s

This commit was merged in pull request #273.
This commit is contained in:
2026-02-03 08:14:16 +00:00
parent cff39b5759
commit 08262e2d57
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.25.6@sha256:9860925875ac68a8fb57416cfc5c1ee267a06226730434af677b9406e8ea6ee6 as builder
FROM amd64/golang:1.25.6@sha256:ceda080e2a6aac6231ff8c4511419f4b520f8ea70bf2ddf9c12c3ed1537f8f3c as builder
WORKDIR /src
COPY * ./
RUN go get