From 0e58b36dad0399ef6e86493899f078808ecf62f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 17:32:51 +0000 Subject: [PATCH] chore(deps): update golang:1.23.4 docker digest to 9820aca --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index b9838b22..29257f1a 100644 --- a/Earthfile +++ b/Earthfile @@ -61,7 +61,7 @@ check-rust-formatting: golang-base: - FROM golang:1.23.4@sha256:7ea4c9dcb2b97ff8ee80a67db3d44f98c8ffa0d191399197007d8459c1453041 + FROM golang:1.23.4@sha256:9820aca42262f58451f006de3213055974b36f24b31508c1baa73c967fcecb99 WORKDIR "/monkey_interpreter"