Skip to content

Commit 4458b14

Browse files
authored
Merge pull request #24 from byu-oit/updateDockerFile
Update docker image to Node 20
2 parents 63cbd11 + c469a0b commit 4458b14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/complex/src/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:12.16.1
1+
FROM node:20.8.0
22

33
COPY . /app
44
WORKDIR /app
@@ -7,4 +7,4 @@ RUN npm install
77

88
EXPOSE 5000
99

10-
CMD ["npm", "start"]
10+
CMD ["npm", "start"]

0 commit comments

Comments
 (0)