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

Commit c9a3d0e

Browse files
committed
1 parent 2e62913 commit c9a3d0e

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
var current_version = '1.1.8';
2-
var new_version = '1.2.0';
1+
var current_version = '1.2.0';
2+
var new_version = '1.2.1';
33

44
module.exports = function(grunt) {
55
grunt.loadNpmTasks('grunt-replace');

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This project is part of the [Dockerized Drupal](https://dockerizedrupal.com/) in
1818
TMP="$(mktemp -d)" \
1919
&& git clone https://github.com/dockerizedrupal/drupal-compose.git "${TMP}" \
2020
&& cd "${TMP}" \
21-
&& git checkout 1.2.0 \
21+
&& git checkout 1.2.1 \
2222
&& sudo cp "${TMP}/drupal-compose.sh" /usr/local/bin/drupal-compose \
2323
&& sudo chmod +x /usr/local/bin/drupal-compose \
2424
&& cd -

VERSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.2.1

drupal-compose.sh

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

3-
VERSION="1.2.0"
3+
VERSION="1.2.1"
44

55
WORKING_DIR="$(pwd)"
66

@@ -75,7 +75,7 @@ apache:
7575
extends:
7676
file: host.yml
7777
service: apache
78-
image: dockerizedrupal/apache-2.4:1.1.2
78+
image: dockerizedrupal/apache-2.4:1.2.0
7979
hostname: apache
8080
volumes_from:
8181
- apache-data
@@ -88,13 +88,13 @@ apache:
8888
- VHOST_VERSION_FILE_URL=https://raw.githubusercontent.com/dockerizedrupal/docker-apache-2.4/master/VERSION.md
8989
- VHOST_REPOSITORY_URL=https://hub.docker.com/r/dockerizedrupal/apache-2.4/
9090
apache-data:
91-
image: dockerizedrupal/apache-2.4:1.1.2
91+
image: dockerizedrupal/apache-2.4:1.2.0
9292
hostname: apache-data
9393
entrypoint: ["/bin/echo", "Data-only container for Apache."]
9494
volumes:
9595
- .:/apache/data
9696
mysql:
97-
image: dockerizedrupal/mysql:1.1.0
97+
image: dockerizedrupal/mysql:1.2.1
9898
hostname: mysql
9999
volumes_from:
100100
- mysql-data
@@ -104,7 +104,7 @@ mysql:
104104
- VHOST_VERSION_FILE_URL=https://raw.githubusercontent.com/dockerizedrupal/docker-mysql/master/VERSION.md
105105
- VHOST_REPOSITORY_URL=https://hub.docker.com/r/dockerizedrupal/mysql/
106106
mysql-data:
107-
image: dockerizedrupal/mysql:1.1.0
107+
image: dockerizedrupal/mysql:1.2.1
108108
hostname: mysql-data
109109
entrypoint: ["/bin/echo", "Data-only container for MySQL."]
110110
volumes:
@@ -186,7 +186,7 @@ apache:
186186
extends:
187187
file: host.yml
188188
service: apache
189-
image: dockerizedrupal/apache-2.4:1.1.2
189+
image: dockerizedrupal/apache-2.4:1.2.0
190190
hostname: apache
191191
volumes_from:
192192
- apache-data
@@ -199,13 +199,13 @@ apache:
199199
- VHOST_VERSION_FILE_URL=https://raw.githubusercontent.com/dockerizedrupal/docker-apache-2.4/master/VERSION.md
200200
- VHOST_REPOSITORY_URL=https://hub.docker.com/r/dockerizedrupal/apache-2.4/
201201
apache-data:
202-
image: dockerizedrupal/apache-2.4:1.1.2
202+
image: dockerizedrupal/apache-2.4:1.2.0
203203
hostname: apache-data
204204
entrypoint: ["/bin/echo", "Data-only container for Apache."]
205205
volumes:
206206
- .:/apache/data
207207
mysql:
208-
image: dockerizedrupal/mysql:1.1.0
208+
image: dockerizedrupal/mysql:1.2.1
209209
hostname: mysql
210210
volumes_from:
211211
- mysql-data
@@ -215,7 +215,7 @@ mysql:
215215
- VHOST_VERSION_FILE_URL=https://raw.githubusercontent.com/dockerizedrupal/docker-mysql/master/VERSION.md
216216
- VHOST_REPOSITORY_URL=https://hub.docker.com/r/dockerizedrupal/mysql/
217217
mysql-data:
218-
image: dockerizedrupal/mysql:1.1.0
218+
image: dockerizedrupal/mysql:1.2.1
219219
hostname: mysql-data
220220
entrypoint: ["/bin/echo", "Data-only container for MySQL."]
221221
volumes:
@@ -316,7 +316,7 @@ apache:
316316
extends:
317317
file: host.yml
318318
service: apache
319-
image: dockerizedrupal/apache-2.4:1.1.2
319+
image: dockerizedrupal/apache-2.4:1.2.0
320320
hostname: apache
321321
volumes_from:
322322
- apache-data
@@ -329,13 +329,13 @@ apache:
329329
- VHOST_VERSION_FILE_URL=https://raw.githubusercontent.com/dockerizedrupal/docker-apache-2.4/master/VERSION.md
330330
- VHOST_REPOSITORY_URL=https://hub.docker.com/r/dockerizedrupal/apache-2.4/
331331
apache-data:
332-
image: dockerizedrupal/apache-2.4:1.1.2
332+
image: dockerizedrupal/apache-2.4:1.2.0
333333
hostname: apache-data
334334
entrypoint: ["/bin/echo", "Data-only container for Apache."]
335335
volumes:
336336
- .:/apache/data
337337
mysql:
338-
image: dockerizedrupal/mysql:1.1.0
338+
image: dockerizedrupal/mysql:1.2.1
339339
hostname: mysql
340340
volumes_from:
341341
- mysql-data
@@ -345,7 +345,7 @@ mysql:
345345
- VHOST_VERSION_FILE_URL=https://raw.githubusercontent.com/dockerizedrupal/docker-mysql/master/VERSION.md
346346
- VHOST_REPOSITORY_URL=https://hub.docker.com/r/dockerizedrupal/mysql/
347347
mysql-data:
348-
image: dockerizedrupal/mysql:1.1.0
348+
image: dockerizedrupal/mysql:1.2.1
349349
hostname: mysql-data
350350
entrypoint: ["/bin/echo", "Data-only container for MySQL."]
351351
volumes:
@@ -354,7 +354,7 @@ php:
354354
extends:
355355
file: host.yml
356356
service: php
357-
image: dockerizedrupal/php-5.3:1.2.0
357+
image: dockerizedrupal/php-5.3:1.2.2
358358
hostname: php
359359
volumes:
360360
- ~/.ssh:/home/container/.ssh
@@ -446,7 +446,7 @@ apache:
446446
extends:
447447
file: host.yml
448448
service: apache
449-
image: dockerizedrupal/apache-2.2:1.1.2
449+
image: dockerizedrupal/apache-2.2:1.2.0
450450
hostname: apache
451451
volumes_from:
452452
- apache-data
@@ -459,13 +459,13 @@ apache:
459459
- VHOST_VERSION_FILE_URL=https://raw.githubusercontent.com/dockerizedrupal/docker-apache-2.2/master/VERSION.md
460460
- VHOST_REPOSITORY_URL=https://hub.docker.com/r/dockerizedrupal/apache-2.2/
461461
apache-data:
462-
image: dockerizedrupal/apache-2.2:1.1.2
462+
image: dockerizedrupal/apache-2.2:1.2.0
463463
hostname: apache-data
464464
entrypoint: ["/bin/echo", "Data-only container for Apache."]
465465
volumes:
466466
- .:/apache/data
467467
mysql:
468-
image: dockerizedrupal/mysql:1.1.0
468+
image: dockerizedrupal/mysql:1.2.1
469469
hostname: mysql
470470
volumes_from:
471471
- mysql-data
@@ -475,7 +475,7 @@ mysql:
475475
- VHOST_VERSION_FILE_URL=https://raw.githubusercontent.com/dockerizedrupal/docker-mysql/master/VERSION.md
476476
- VHOST_REPOSITORY_URL=https://hub.docker.com/r/dockerizedrupal/mysql/
477477
mysql-data:
478-
image: dockerizedrupal/mysql:1.1.0
478+
image: dockerizedrupal/mysql:1.2.1
479479
hostname: mysql-data
480480
entrypoint: ["/bin/echo", "Data-only container for MySQL."]
481481
volumes:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drupal-compose",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"dependencies": {
55
"grunt": "^0.4.5",
66
"grunt-replace": "^0.11.0"

0 commit comments

Comments
 (0)