chore(deps): update golang:1.26.5 docker digest to 046e320 (#377)
geo-service / build (push) Successful in 54s
geo-service / deploy-prod (push) Successful in 42s

This commit was merged in pull request #377.
This commit is contained in:
2026-08-08 04:23:10 +00:00
parent 063c88e050
commit a4769d4163
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.5@sha256:adde24174d7535279e5649755947cdeb580ae549e9e9979006a544a8479db74a as builder
FROM amd64/golang:1.26.5@sha256:046e3207184bda57d569e7834781130b3c0f3e18fad78e86ad748eabd397f0ef as builder
WORKDIR /src
COPY * ./
RUN go get