chore(deps): update golang:1.26.0 docker digest to 9835fb4 (#290)
geo-service / build (push) Successful in 51s
geo-service / deploy-prod (push) Successful in 1m36s

This commit was merged in pull request #290.
This commit is contained in:
2026-02-24 22:16:44 +00:00
parent d63b09d966
commit bb04ca6ef6
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.0@sha256:e7479dbd4918090d893b97245fd8c0bcf767677f8ede2e60e7fb2c2f38c94215 as builder
FROM amd64/golang:1.26.0@sha256:9835fb4f8aa06038ca460e300ee3cb8079d0802a1979724cdb455f5784448704 as builder
WORKDIR /src
COPY * ./
RUN go get