From 8978ed321614e4ea547d6e393545086823e07d4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 11:36:28 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23.1 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 13d4bbc..8389812 100644 --- a/Earthfile +++ b/Earthfile @@ -8,7 +8,7 @@ all: +golang-base golang-base: - FROM golang:1.23.0-alpine + FROM golang:1.23.1-alpine WORKDIR /app ARG VERSION=dev