From b61aa1f1d27b6fc5c1f15f0bb20a1ce293c1df8e Mon Sep 17 00:00:00 2001 From: Ido David Date: Mon, 18 Mar 2024 15:25:19 -0400 Subject: [PATCH] Update earthly version and npm image --- Earthfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Earthfile b/Earthfile index 23a2486..abbd60b 100644 --- a/Earthfile +++ b/Earthfile @@ -1,8 +1,7 @@ -VERSION 0.6 +VERSION 0.8 npm-base: - FROM alpine:3.19 - RUN apk add --update nodejs npm + FROM node:21.7-alpine3.19 COPY ./package.json ./ COPY ./package-lock.json ./ RUN npm install