From cb5fa5289d7b293def3a757f57dd62ec9bb450f7 Mon Sep 17 00:00:00 2001 From: Arun Sharma Date: Fri, 13 Oct 2023 05:04:54 +0000 Subject: [PATCH] Image change to debian Signed-off-by: Arun Sharma --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index a1d0128..2f1c11e 100644 --- a/Earthfile +++ b/Earthfile @@ -27,7 +27,7 @@ go-deps: WORKDIR /build COPY go.mod go.sum ./ RUN go mod download - RUN apk update + RUN apt-get update SAVE ARTIFACT go.mod AS LOCAL go.mod SAVE ARTIFACT go.sum AS LOCAL go.sum