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

Commit 2d9ed97

Browse files
committed
Update
1 parent 70192a8 commit 2d9ed97

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Generates general purpose [docker-compose.yml](https://docs.docker.com/compose/y
1414
TMP="$(mktemp -d)" \
1515
&& git clone https://github.com/dockerizedrupal/drupal-compose.git "${TMP}" \
1616
&& cd "${TMP}" \
17-
&& git checkout 1.0.4 \
17+
&& git checkout 1.0.5 \
1818
&& sudo cp "${TMP}/drupal-compose.sh" /usr/local/bin/drupal-compose \
1919
&& sudo chmod +x /usr/local/bin/drupal-compose \
2020
&& cd -

drupal-compose.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
VERSION="1.0.4"
3+
VERSION="1.0.5"
44

55
WORKING_DIR="$(pwd)"
66

@@ -103,7 +103,7 @@ php:
103103
extends:
104104
file: host.yml
105105
service: php
106-
image: dockerizedrupal/php-5.4:1.0.2
106+
image: dockerizedrupal/php-5.5:1.0.4
107107
hostname: php
108108
volumes:
109109
- ~/.ssh:/home/container/.ssh
@@ -216,7 +216,7 @@ php:
216216
extends:
217217
file: host.yml
218218
service: php
219-
image: dockerizedrupal/php-5.3:1.0.2
219+
image: dockerizedrupal/php-5.3:1.0.5
220220
hostname: php
221221
volumes:
222222
- ~/.ssh:/home/container/.ssh
@@ -329,7 +329,7 @@ php:
329329
extends:
330330
file: host.yml
331331
service: php
332-
image: dockerizedrupal/php-5.2:1.0.1
332+
image: dockerizedrupal/php-5.2:1.0.2
333333
hostname: php
334334
volumes:
335335
- ~/.ssh:/home/container/.ssh

0 commit comments

Comments
 (0)