update to latest nodejs
Some checks failed
Publish Docker Image / docker (push) Failing after 13s

This commit is contained in:
Lee
2023-10-15 01:24:01 +01:00
parent d904c55049
commit d5dace88ad
2 changed files with 10 additions and 7 deletions

View File

@ -1,10 +1,4 @@
FROM docker:latest
# Install packages
RUN apk add --no-cache curl wget git bash
# Install Node 18
RUN apk add nodejs npm --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main --allow-untrusted
FROM fascinated/docker-images:node-latest
# Install pnpm
RUN npm install -g pnpm