chore(deps): update golang docker tag to v1.27.1 (#497)
Unbound Release / Check Preconditions (push) Successful in 26s
Unbound Release / Create Tag (push) Skipped
Unbound Release / Generate Changelog and Handle PR (push) Successful in 40s
Unbound Release / Create Release (push) Successful in 46s
Release / release (push) Successful in 2m18s
gitlab-cleanup-handler / build (push) Successful in 4m59s
gitlab-cleanup-handler / test (push) Successful in 1m0s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 54s

This commit was merged in pull request #497.
This commit is contained in:
2026-09-02 02:00:42 +00:00
parent 67f88f123c
commit ef6011a903
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.27.0@sha256:47526c1fe3e75149ec38346e66f15399e20fc8044045827305dbc2814babe5a2 as build
FROM amd64/golang:1.27.1@sha256:e930cef3c5b281370d1ee736f163327d444f76d369b0d52cd742e5aab12e8f7f as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build