upgrade dependencies and docker builds to npm latest
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
FROM node:20-alpine AS base
|
||||
|
||||
WORKDIR /app
|
||||
ARG NPM_VERSION=latest
|
||||
RUN npm install -g "npm@${NPM_VERSION}"
|
||||
|
||||
FROM base AS deps
|
||||
COPY package.json package-lock.json ./
|
||||
|
||||
Reference in New Issue
Block a user