Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
updated docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Sep 16, 2015
1 parent e98252b commit 934fc6d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM phundament/php:5.6-cli-4.2.0-dev
FROM phundament/php:5.6-cli-4.2.1-dev

# Clean eventually orphaned files and remove installation source
RUN rm -rf /app/src /app/web /app-src
Expand Down
2 changes: 1 addition & 1 deletion build/stacks-gen/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ appfpm:
environment:
YII_DEBUG: 1
YII_ENV: test
image: 'phundament/php:5.6-fpm-4.1.0-dev'
image: 'phundament/php:5.6-fpm-4.2.1-dev'
links:
- 'mariadb:DB'
volumes_from:
Expand Down
2 changes: 1 addition & 1 deletion build/stacks-gen/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ appfpm:
environment:
YII_DEBUG: 1
YII_ENV: test
image: 'phundament/php:5.6-fpm-4.1.0-dev'
image: 'phundament/php:5.6-fpm-4.2.1-dev'
links:
- 'mariadb:DB'
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ appcli:

# The php-fpm server for interpreting php code
appfpm:
image: phundament/php:5.6-fpm-4.2.0-dev
image: phundament/php:5.6-fpm-4.2.1-dev
# host-volume for local development
volumes:
- '.:/app'
Expand Down

0 comments on commit 934fc6d

Please sign in to comment.