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 f12fb01 commit 22dcc1cCopy full SHA for 22dcc1c
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:18.16.1-alpine3.18 AS builder
+FROM node:18.20.4-alpine3.20 AS builder
7
WORKDIR /app
8
9
COPY package*.json ./
0 commit comments