We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3375d84 commit 2a970acCopy full SHA for 2a970ac
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
### STAGE 1: Build ###
2
-FROM node:16.10.0-alpine3.14 AS build
+FROM node:18.19-alpine3.19 AS build
3
WORKDIR /usr/src/app
4
COPY package.json package-lock.json ./
5
RUN npm ci
0 commit comments