chore(deps): update golang docker tag to v1.26.1 (#888)
s3uploader / test (push) Successful in 2m9s
s3uploader / vulnerabilities (push) Successful in 2m8s

This commit was merged in pull request #888.
This commit is contained in:
2026-03-06 02:15:33 +00:00
parent 455ab4cba4
commit a156564291
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.0@sha256:9835fb4f8aa06038ca460e300ee3cb8079d0802a1979724cdb455f5784448704 as build
FROM amd64/golang:1.26.1@sha256:27221f0ea9e7089ebfe51de26f6d5389aa8f9514f13dae7e9c91f5aa7865c2b4 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build