chore(deps): update golang docker tag to v1.27.0
renovate/stability-days Updates have met minimum release age requirement
gitlab-cleanup-handler / test (push) Skipped
gitlab-cleanup-handler / vulnerabilities (push) Skipped
gitlab-cleanup-handler / build (push) Skipped
gitlab-cleanup-handler / test (pull_request) Successful in 1m3s
gitlab-cleanup-handler / vulnerabilities (pull_request) Successful in 55s
gitlab-cleanup-handler / build (pull_request) Successful in 5m28s

This commit is contained in:
2026-08-19 21:07:53 +00:00
parent a1a0614e50
commit 7d52869ce3
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.7@sha256:ed7ed40430356dfdee1ecd8d9b5bf2b11ce93d562e0d711578a9d3b811e4c586 as build
FROM amd64/golang:1.27.0@sha256:d6efdef129f5c9de54712126159bd7e55075ce39e6801690c4fd4b2e51b980d2 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build