Skip to content

Commit 8bdefab

Browse files
committed
updated node in docker
1 parent 9aad15f commit 8bdefab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Run the following commands from the root folder to build, run and kill the application
44
# >> docker build -f build/Dockerfile -t aam-digital .
55
# >> docker run -p=80:80 aam-digital
6-
FROM node:16.14.2-alpine3.15 AS builder
6+
FROM node:18.16.1-alpine3.18 AS builder
77
WORKDIR /app
88

99
COPY package*.json ./

0 commit comments

Comments
 (0)