Skip to content

Commit

Permalink
Merge pull request #10 from jrjohnson/update-3.32
Browse files Browse the repository at this point in the history
Update containers to v3.32.0
  • Loading branch information
jrjohnson authored May 9, 2017
2 parents 0889ae3 + dd1dc47 commit f244e61
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.30.1
image: ilios/mysql:v3.32.0
environment:
- MYSQL_USER=ilios
- MYSQL_PASSWORD=ilios
Expand All @@ -11,11 +11,11 @@ services:
ports:
- "17103:3306"
php:
image: ilios/php:v3.30.1
image: ilios/php:v3.32.0
expose:
- "9000"
web:
image: ilios/nginx:v3.30.1
image: ilios/nginx:v3.32.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.30.1
FROM ilios/mysql:v3.32.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.30.1
FROM ilios/source:v3.32.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.30.1
FROM ilios/source:v3.32.0

MAINTAINER Ilios Project Team <support@iliosproject.org>

Expand Down

0 comments on commit f244e61

Please sign in to comment.