chore(deps): update golang:1.26.4 docker digest to 62df9f3 (#348)
geo-service / build (push) Successful in 3m37s
geo-service / deploy-prod (push) Successful in 49s

This commit was merged in pull request #348.
This commit is contained in:
2026-06-11 06:38:51 +00:00
parent b4b7713aef
commit a2b58b32b8
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.4@sha256:7e2272a5fbd7b0c36ea4923f6ac62c371cfa6fbd93b22b21ee86fa7a1ba5d720 as builder
FROM amd64/golang:1.26.4@sha256:62df9f3b009f61d598279a216566b04e5fee670eb4d979cee1b0235dd53a7571 as builder
WORKDIR /src
COPY * ./
RUN go get