Skip to content

Commit

Permalink
[#34] - 🔼 Update Node js to latest LTS (8.9.3);
Browse files Browse the repository at this point in the history
  • Loading branch information
kirilknysh authored and DaQuirm committed Dec 22, 2017
1 parent 17ff630 commit 6ded9a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion front-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:8.2.1
FROM node:8.9.3

RUN git clone --branch v2.2.0 https://github.com/21-23/front-end-service.git ./front-end-service
WORKDIR ./front-end-service
Expand Down
2 changes: 1 addition & 1 deletion ignition/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:8.2.1
FROM node:8.9.3

RUN apt-get update
RUN apt-get install openssl
Expand Down
2 changes: 1 addition & 1 deletion zandbak-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:8.2.1
FROM node:8.9.3

RUN apt-get update

Expand Down

0 comments on commit 6ded9a1

Please sign in to comment.