Skip to content

Commit

Permalink
Update Ilios to v3.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrjohnson committed Aug 18, 2017
1 parent 138d894 commit 780a337
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
db:
image: ilios/mysql:v3.35.0
image: ilios/mysql:v3.36.0
environment:
- MYSQL_USER=ilios
- MYSQL_PASSWORD=ilios
Expand All @@ -11,11 +11,11 @@ services:
ports:
- "17103:3306"
php:
image: ilios/php:v3.35.0
image: ilios/php:v3.36.0
expose:
- "9000"
web:
image: ilios/nginx:v3.35.0
image: ilios/nginx:v3.36.0
ports:
- "8000:80"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion mysql-demo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ilios/mysql:v3.35.0
FROM ilios/mysql:v3.36.0

# customized to install ilios demo database
MAINTAINER Ilios Project Team <support@iliosproject.org>
Expand Down
2 changes: 1 addition & 1 deletion nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ilios/source:v3.35.0
FROM ilios/source:v3.36.0

MAINTAINER Ilios Project Team <support@iliosproject.org>

Expand Down
2 changes: 1 addition & 1 deletion php-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ilios/source:v3.35.0
FROM ilios/source:v3.36.0

MAINTAINER Ilios Project Team <support@iliosproject.org>

Expand Down

0 comments on commit 780a337

Please sign in to comment.