From e4889a8007a975fd52cba3ce812983eaba83c271 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 01:06:55 +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 b22daaf..f625271 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