Skip to content

Commit

Permalink
Fix missing updates to v3.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrjohnson committed Mar 22, 2017
1 parent 3239459 commit cd85e27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.26.0
image: ilios/mysql:v3.29.0
environment:
- MYSQL_USER=ilios
- MYSQL_PASSWORD=ilios
Expand All @@ -11,11 +11,11 @@ services:
ports:
- "17103:3306"
php:
image: ilios/php:v3.26.0
image: ilios/php:v3.29.0
expose:
- "9000"
web:
image: ilios/nginx:v3.26.0
image: ilios/nginx:v3.29.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.26.0
FROM ilios/mysql:v3.29.0

# customized to install ilios demo database
MAINTAINER Ilios Project Team <support@iliosproject.org>
Expand Down

0 comments on commit cd85e27

Please sign in to comment.