From d62e7d5263df8748ba97ed0ec2b425226f09dcc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 04:04:35 +0000 Subject: [PATCH] Update alpine Docker tag to v3.19 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 1045237..ed44eaa 100644 --- a/Earthfile +++ b/Earthfile @@ -1,6 +1,6 @@ VERSION 0.7 -ARG ALPINE_VERSION=3.18 +ARG ALPINE_VERSION=3.19 ARG GO_VERSION=1.21 ARG LINTER_VERSION=v1.57.2 FROM golang:$GO_VERSION-alpine$ALPINE_VERSION