chore(deps): update golang docker tag to v1.26.7 (#479)
Unbound Release / Check Preconditions (push) Successful in 25s
Unbound Release / Create Tag (push) Skipped
Unbound Release / Generate Changelog and Handle PR (push) Successful in 1m3s
Unbound Release / Create Release (push) Successful in 56s
Release / release (push) Successful in 3m12s
gitlab-cleanup-handler / build (push) Successful in 4m46s
gitlab-cleanup-handler / test (push) Successful in 1m2s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 1m1s

This commit was merged in pull request #479.
This commit is contained in:
2026-08-19 20:44:28 +00:00
parent 3bde0e378f
commit a1a0614e50
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.6@sha256:9262b44222fad4e87aacd26b766bc1d9dddb7ea7b1bcad03bdce0f9c7f87f2bd as build
FROM amd64/golang:1.26.7@sha256:ed7ed40430356dfdee1ecd8d9b5bf2b11ce93d562e0d711578a9d3b811e4c586 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build