Skip to content

Commit 570fb33

Browse files
committed
fix: updated node version in dockerfile
1 parent 8a99bf5 commit 570fb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# and runs it against the specified Topcoder backend (development or
33
# production) when container is executed.
44

5-
FROM node:8.11.2
5+
FROM node:10.24.1
66
LABEL app="Community App" version="1.0"
77
RUN useradd -m -s /bin/bash appuser
88

0 commit comments

Comments
 (0)