Update Node.js to v19 - autoclosed #6

Closed
kjuulh wants to merge 1 commits from renovate/node-19.x into main
Showing only changes of commit 88fe3215a1 - Show all commits

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