chore(deps): update golang:1.27.0 docker digest to 47526c1 (#387)
geo-service / build (push) Successful in 1m45s
geo-service / deploy-prod (push) Successful in 29s

This commit was merged in pull request #387.
This commit is contained in:
2026-08-25 06:10:50 +00:00
parent b8f3f81420
commit db7914b4a8
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.27.0@sha256:d6efdef129f5c9de54712126159bd7e55075ce39e6801690c4fd4b2e51b980d2 as builder
FROM amd64/golang:1.27.0@sha256:47526c1fe3e75149ec38346e66f15399e20fc8044045827305dbc2814babe5a2 as builder
WORKDIR /src
COPY * ./
RUN go get