Update Node.js to v19

This commit is contained in:
Kasper Juul Hermansen 2022-10-26 06:41:43 +00:00
parent 4fddbe60d5
commit 88fe3215a1

View File

@ -1,4 +1,4 @@
FROM node:16-alpine AS base
FROM node:19-alpine AS base
RUN apk add --no-cache curl \
&& curl -sL https://unpkg.com/@pnpm/self-installer | node
# Install dependencies only when needed