chore(deps): update golang:1.26.5 docker digest to e8ab809 (#378)
geo-service / build (push) Successful in 53s
geo-service / deploy-prod (push) Successful in 29s

This commit was merged in pull request #378.
This commit is contained in:
2026-08-11 01:16:58 +00:00
parent a4769d4163
commit 2ff6add59e
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.5@sha256:046e3207184bda57d569e7834781130b3c0f3e18fad78e86ad748eabd397f0ef as builder
FROM amd64/golang:1.26.5@sha256:e8ab809ec169291532860acdcd50d5b43a9fcea3c4f381226c5cdc4254ad8ecc as builder
WORKDIR /src
COPY * ./
RUN go get