Skip to content

Commit

Permalink
Merge pull request #42 from earthly/ido-update-earthly-npm
Browse files Browse the repository at this point in the history
Update Earthfile version and npm image
  • Loading branch information
idodod authored Mar 18, 2024
2 parents 0fc4fe5 + b61aa1f commit 8c6d0ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Earthfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8c6d0ea

Please sign in to comment.