Skip to content

Commit ab6a871

Browse files
committed
1.6.0-8.9.1
1 parent 3a89c58 commit ab6a871

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM elixir:1.6.0
22

33
ENV NVM_DIR /root/.nvm
4-
ENV NODE_VERSION=8.9.0
4+
ENV NODE_VERSION=8.9.1
55

66
# install NVM
77
RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.4/install.sh | bash \

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM elixir:1.6.0-alpine
22

3-
ENV NODE_VERSION=v8.9.0
3+
ENV NODE_VERSION=v8.9.1
44
ENV NPM_VERSION=5
55

66
# For base builds

0 commit comments

Comments
 (0)