From bbb3f09937bf62cb642c2bc26d0f8d3d699b0ec5 Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com>
Date: Wed, 11 Oct 2023 06:07:15 +0000
Subject: [PATCH] chore(deps): update docker.io/library/golang docker tag to
 v1.21.3

---
 images/mirror/Earthfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/images/mirror/Earthfile b/images/mirror/Earthfile
index 82d4f4660..2e9fad1aa 100644
--- a/images/mirror/Earthfile
+++ b/images/mirror/Earthfile
@@ -13,7 +13,7 @@ distroless-static:
     DO +MIRROR --image=gcr.io/distroless/static:nonroot@sha256:91ca4720011393f4d4cab3a01fa5814ee2714b7d40e6c74f2505f74168398ca9
 
 golang:
-    DO +MIRROR --image=docker.io/library/golang:1.21.2-bookworm
+    DO +MIRROR --image=docker.io/library/golang:1.21.3-bookworm
 
 alpine:
     DO +MIRROR --image=docker.io/library/alpine:3.18.4
-- 
GitLab