We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a89c58 commit ab6a871Copy full SHA for ab6a871
Dockerfile
@@ -1,7 +1,7 @@
1
FROM elixir:1.6.0
2
3
ENV NVM_DIR /root/.nvm
4
-ENV NODE_VERSION=8.9.0
+ENV NODE_VERSION=8.9.1
5
6
# install NVM
7
RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.4/install.sh | bash \
alpine/Dockerfile
@@ -1,6 +1,6 @@
FROM elixir:1.6.0-alpine
-ENV NODE_VERSION=v8.9.0
+ENV NODE_VERSION=v8.9.1
ENV NPM_VERSION=5
# For base builds
0 commit comments