Skip to content

Commit

Permalink
upgrade to node 8.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
crispmark committed Jan 30, 2018
1 parent 5b41ccb commit 0fc1aa1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN set -ex \
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
done

ENV NODE_VERSION=8.9.3
ENV NODE_VERSION=8.9.4

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

# Supported tags and respective `Dockerfile` links

- [`1.6.0-8.9.3`, `1.6.0`, `1.6`, `latest` (*Dockerfile*)](https://github.com/SweetIQ/docker-elixir-node-aws/blob/master/Dockerfile)
- [`1.6.0-8.9.3-slim`, `1.6.0-slim`, `1.6-slim`, `slim` (*slim/Dockerfile*)](https://github.com/SweetIQ/docker-elixir-node-aws/blob/master/alpine/Dockerfile)
- [`1.6.0-8.9.3-alpine`, `1.6.0-alpine`, `1.6-alpine`, `alpine` (*alpine/Dockerfile*)](https://github.com/SweetIQ/docker-elixir-node-aws/blob/master/alpine/Dockerfile)
- [`1.6.0-8.9.4`, `1.6.0`, `1.6`, `latest` (*Dockerfile*)](https://github.com/SweetIQ/docker-elixir-node-aws/blob/master/Dockerfile)
- [`1.6.0-8.9.4-slim`, `1.6.0-slim`, `1.6-slim`, `slim` (*slim/Dockerfile*)](https://github.com/SweetIQ/docker-elixir-node-aws/blob/master/alpine/Dockerfile)
- [`1.6.0-8.9.4-alpine`, `1.6.0-alpine`, `1.6-alpine`, `alpine` (*alpine/Dockerfile*)](https://github.com/SweetIQ/docker-elixir-node-aws/blob/master/alpine/Dockerfile)
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM elixir:1.6.0-alpine

ENV NODE_VERSION=v8.9.3
ENV NODE_VERSION=v8.9.4
ENV NPM_VERSION=5

# For base builds
Expand Down
2 changes: 1 addition & 1 deletion slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN set -ex \
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
done

ENV NODE_VERSION 8.9.3
ENV NODE_VERSION 8.9.4

RUN buildDeps='xz-utils' \
&& ARCH= && dpkgArch="$(dpkg --print-architecture)" \
Expand Down

0 comments on commit 0fc1aa1

Please sign in to comment.