From 4141e237e69529848fb4b7a72ef633b018ca8054 Mon Sep 17 00:00:00 2001 From: Piyush Kumar Date: Tue, 6 Aug 2024 11:23:11 +0530 Subject: [PATCH] bump alpine img to 3.20.2 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 907ee8c..4782915 100644 --- a/Earthfile +++ b/Earthfile @@ -3,7 +3,7 @@ ARG TARGETOS ARG TARGETARCH # Default image repositories used in the builds. -ARG ALPINE_IMG=gcr.io/spectro-images-public/alpine:3.16.2 +ARG ALPINE_IMG=gcr.io/spectro-images-public/alpine:3.20.2 ARG SPECTRO_PUB_REPO=gcr.io/spectro-images-public ARG SPECTRO_LUET_REPO=gcr.io/spectro-dev-public ARG KAIROS_BASE_IMAGE_URL=gcr.io/spectro-images-public