Skip to content

Commit 6998705

Browse files
Merge pull request #913 from PeterDaveHello/update-node.js
Update chakracore v10 to v10.13.0 w/ Yarn@1.12.3 & Stretch base image
2 parents 4c1946f + 69c8a5f commit 6998705

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

chakracore/10/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM buildpack-deps:jessie
1+
FROM buildpack-deps:stretch
22

33
RUN groupadd --gid 1000 node \
44
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
55

6-
ENV NODE_VERSION 10.6.0
6+
ENV NODE_VERSION 10.13.0
77

88
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
99
&& case "${dpkgArch##*-}" in \
@@ -17,7 +17,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
1717
&& rm "node-v$NODE_VERSION-linux-$ARCH.tar.xz" SHASUMS256.txt \
1818
&& ln -s /usr/local/bin/node /usr/local/bin/nodejs
1919

20-
ENV YARN_VERSION 1.7.0
20+
ENV YARN_VERSION 1.12.3
2121

2222
RUN set -ex \
2323
&& for key in \

0 commit comments

Comments
 (0)