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