We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49525a2 commit e92e62bCopy full SHA for e92e62b
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:18.18.1 as build-deps
+FROM node:20.15.0 as build-deps
2
WORKDIR /app
3
COPY package.json package-lock.json ./
4
RUN npm install
0 commit comments