Skip to content

Commit

Permalink
Merge pull request #459 from guilhebl/docker-upgrade
Browse files Browse the repository at this point in the history
updating docker compose files and docker image files for PROD and DEV
  • Loading branch information
NathanWalker authored Aug 29, 2017
2 parents 6e7a949 + 0230c1b commit 9ec7a06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .docker/angular-seed.development.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:6.6
FROM node:8.4.0

# prepare a user which runs everything locally! - required in child images!
RUN useradd --user-group --create-home --shell /bin/false app
Expand Down
2 changes: 1 addition & 1 deletion .docker/angular-seed.production.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:6.6
FROM node:8.4.0

# prepare a user which runs everything locally! - required in child images!
RUN useradd --user-group --create-home --shell /bin/false app
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.production.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '2'
version: '3'

services:

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '2'
version: '3'

services:

Expand Down

0 comments on commit 9ec7a06

Please sign in to comment.