Skip to content

Commit 1b1420a

Browse files
tmciverRubenVerborgh
authored andcommitted
Update version of nodejs used in Dockerfile.
1 parent 27d110c commit 1b1420a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM node:6.11.1-onbuild
1+
FROM node:8.11.2-onbuild
22
EXPOSE 8443
3-
RUN cp config.json-default config.json
3+
COPY config.json-default config.json
44
RUN openssl req \
55
-new \
66
-newkey rsa:4096 \

0 commit comments

Comments
 (0)