From 1009851b024b53b046e16e949548663e68360a2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 06:29:58 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.21.4 (#48) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index f96c51d..a921e4e 100644 --- a/Earthfile +++ b/Earthfile @@ -8,7 +8,7 @@ all: +golang-base golang-base: - FROM golang:1.21.3-alpine + FROM golang:1.21.4-alpine WORKDIR /app ARG VERSION=dev