chore(deps): update golang:1.26.1 docker digest to 5ba1126 (#317)
geo-service / build (push) Successful in 24m36s
geo-service / deploy-prod (push) Successful in 52s

This commit was merged in pull request #317.
This commit is contained in:
2026-04-07 05:37:13 +00:00
parent 4353875a2c
commit 54020f1243
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.1@sha256:984bf90a420602a708a0e5b08d5660e2902daf7d26f0be3c5db5d07ced6dcce3 as builder
FROM amd64/golang:1.26.1@sha256:5ba1126a6dbb65aa517ff5eaecab6abc29480671e5c0ca176192de8da9dba4b8 as builder
WORKDIR /src
COPY * ./
RUN go get