Skip to content
This repository was archived by the owner on Jan 6, 2018. It is now read-only.

Commit eda5b58

Browse files
committed
1 parent c9a3d0e commit eda5b58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drupal-compose.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ php:
354354
extends:
355355
file: host.yml
356356
service: php
357-
image: dockerizedrupal/php-5.3:1.2.2
357+
image: dockerizedrupal/php-5.4:1.2.0
358358
hostname: php
359359
volumes:
360360
- ~/.ssh:/home/container/.ssh
@@ -368,8 +368,8 @@ php:
368368
- DRUPAL_VERSION=7
369369
- VHOST_PROJECT_NAME=${PROJECT_NAME}
370370
- VHOST_SERVICE_NAME=php
371-
- VHOST_VERSION_FILE_URL=https://raw.githubusercontent.com/dockerizedrupal/docker-php-5.3/master/VERSION.md
372-
- VHOST_REPOSITORY_URL=https://hub.docker.com/r/dockerizedrupal/php-5.3/
371+
- VHOST_VERSION_FILE_URL=https://raw.githubusercontent.com/dockerizedrupal/docker-php-5.4/master/VERSION.md
372+
- VHOST_REPOSITORY_URL=https://hub.docker.com/r/dockerizedrupal/php-5.4/
373373
mailcatcher:
374374
image: dockerizedrupal/mailcatcher:1.1.0
375375
hostname: mailcatcher

0 commit comments

Comments
 (0)