Switch chakracore template to Debian Stretch

This commit is contained in:
Peter Dave Hello 2018-10-31 02:03:35 +08:00
parent 4fbab6d9aa
commit 1a53c88030
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM buildpack-deps:jessie
FROM buildpack-deps:stretch
RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node