From d2e6ccb07592c274adde5bb6e9276159f284e6dc Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Fri, 6 Oct 2023 06:07:11 +0000 Subject: [PATCH] chore(deps): update docker.io/library/golang docker tag to v1.21.2 --- images/mirror/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/mirror/Earthfile b/images/mirror/Earthfile index 9d73e5039..2b3e9c403 100644 --- a/images/mirror/Earthfile +++ b/images/mirror/Earthfile @@ -13,7 +13,7 @@ distroless-static: DO +MIRROR --image=gcr.io/distroless/static:nonroot@sha256:92d40eea0b5307a94f2ebee3e94095e704015fb41e35fc1fcbd1d151cc282222 golang: - DO +MIRROR --image=docker.io/library/golang:1.21.1-bookworm + DO +MIRROR --image=docker.io/library/golang:1.21.2-bookworm alpine: DO +MIRROR --image=docker.io/library/alpine:3.18.4 -- GitLab