From 0dff92c302217e3ae474dd5a9b3215a6354256df Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Fri, 9 May 2025 11:33:29 +0000 Subject: [PATCH] chore(deps): update docker.io/library/golang docker tag to v1.24.3 --- images/mirror/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/mirror/Earthfile b/images/mirror/Earthfile index 5925374b7..8d1d2c660 100644 --- a/images/mirror/Earthfile +++ b/images/mirror/Earthfile @@ -21,7 +21,7 @@ distroless-static: DO +MIRROR --image=gcr.io/distroless/static:nonroot@sha256:c0f429e16b13e583da7e5a6ec20dd656d325d88e6819cafe0adb0828976529dc golang: - DO +MIRROR --image=docker.io/library/golang:1.24.2-bookworm + DO +MIRROR --image=docker.io/library/golang:1.24.3-bookworm python: DO +MIRROR --image=docker.io/library/python:3.13.3-bookworm -- GitLab