We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aad15f commit 308415bCopy full SHA for 308415b
build/Dockerfile
@@ -3,7 +3,7 @@
3
# Run the following commands from the root folder to build, run and kill the application
4
# >> docker build -f build/Dockerfile -t aam-digital .
5
# >> docker run -p=80:80 aam-digital
6
-FROM node:16.14.2-alpine3.15 AS builder
+FROM node:20.10.0-alpine3.18 AS builder
7
WORKDIR /app
8
9
COPY package*.json ./
0 commit comments