chore(deps): update golang docker tag to v1.25.7 (#324)
cron-checker / vulnerabilities (push) Successful in 2m1s
cron-checker / test (push) Successful in 2m6s
Release / release (push) Successful in 4m1s
cron-checker / build (push) Successful in 7m15s

This commit was merged in pull request #324.
This commit is contained in:
2026-02-04 19:28:29 +00:00
parent 5c4d6cde66
commit 93bfdb3b4e
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.25.6@sha256:ceda080e2a6aac6231ff8c4511419f4b520f8ea70bf2ddf9c12c3ed1537f8f3c as build
FROM amd64/golang:1.25.7@sha256:7e23ac7d7284db7d4413c20cc36792016d7625f490b6e0a56a0c0fe1ba51e83d as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build