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

Commit 5180139

Browse files
committed
Update
1 parent fbf4e17 commit 5180139

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
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.0.14';
2-
var new_version = '1.1.0';
1+
var current_version = '1.1.0';
2+
var new_version = '1.1.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.1.0 \
21+
&& git checkout 1.1.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.1.0
1+
1.1.1

drupal-compose.sh

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

3-
VERSION="1.1.0"
3+
VERSION="1.1.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.0
78+
image: dockerizedrupal/apache-2.4:1.1.1
7979
hostname: apache
8080
ports:
8181
- "80"
@@ -142,7 +142,7 @@ mailcatcher:
142142
- VHOST_VERSION_FILE_URL=https://raw.githubusercontent.com/dockerizedrupal/docker-mailcatcher/master/VERSION.md
143143
- VHOST_REPOSITORY_URL=https://hub.docker.com/r/dockerizedrupal/mailcatcher/
144144
phpmyadmin:
145-
image: dockerizedrupal/phpmyadmin:1.1.0
145+
image: dockerizedrupal/phpmyadmin:1.1.1
146146
hostname: phpmyadmin
147147
ports:
148148
- "80"
@@ -155,7 +155,7 @@ phpmyadmin:
155155
- VHOST_VERSION_FILE_URL=https://raw.githubusercontent.com/dockerizedrupal/docker-phpmyadmin/master/VERSION.md
156156
- VHOST_REPOSITORY_URL=https://hub.docker.com/r/dockerizedrupal/phpmyadmin/
157157
adminer:
158-
image: dockerizedrupal/adminer:1.1.0
158+
image: dockerizedrupal/adminer:1.1.1
159159
hostname: adminer
160160
ports:
161161
- "80"
@@ -176,7 +176,7 @@ memcached:
176176
- VHOST_VERSION_FILE_URL=https://raw.githubusercontent.com/dockerizedrupal/docker-memcached/master/VERSION.md
177177
- VHOST_REPOSITORY_URL=https://hub.docker.com/r/dockerizedrupal/memcached/
178178
memcachephp:
179-
image: dockerizedrupal/memcachephp:1.1.0
179+
image: dockerizedrupal/memcachephp:1.1.1
180180
hostname: memcachephp
181181
ports:
182182
- "80"
@@ -218,7 +218,7 @@ apache:
218218
extends:
219219
file: host.yml
220220
service: apache
221-
image: dockerizedrupal/apache-2.4:1.1.0
221+
image: dockerizedrupal/apache-2.4:1.1.1
222222
hostname: apache
223223
ports:
224224
- "80"
@@ -285,7 +285,7 @@ mailcatcher:
285285
- VHOST_VERSION_FILE_URL=https://raw.githubusercontent.com/dockerizedrupal/docker-mailcatcher/master/VERSION.md
286286
- VHOST_REPOSITORY_URL=https://hub.docker.com/r/dockerizedrupal/mailcatcher/
287287
phpmyadmin:
288-
image: dockerizedrupal/phpmyadmin:1.1.0
288+
image: dockerizedrupal/phpmyadmin:1.1.1
289289
hostname: phpmyadmin
290290
ports:
291291
- "80"
@@ -298,7 +298,7 @@ phpmyadmin:
298298
- VHOST_VERSION_FILE_URL=https://raw.githubusercontent.com/dockerizedrupal/docker-phpmyadmin/master/VERSION.md
299299
- VHOST_REPOSITORY_URL=https://hub.docker.com/r/dockerizedrupal/phpmyadmin/
300300
adminer:
301-
image: dockerizedrupal/adminer:1.1.0
301+
image: dockerizedrupal/adminer:1.1.1
302302
hostname: adminer
303303
ports:
304304
- "80"
@@ -319,7 +319,7 @@ memcached:
319319
- VHOST_VERSION_FILE_URL=https://raw.githubusercontent.com/dockerizedrupal/docker-memcached/master/VERSION.md
320320
- VHOST_REPOSITORY_URL=https://hub.docker.com/r/dockerizedrupal/memcached/
321321
memcachephp:
322-
image: dockerizedrupal/memcachephp:1.1.0
322+
image: dockerizedrupal/memcachephp:1.1.1
323323
hostname: memcachephp
324324
ports:
325325
- "80"
@@ -361,7 +361,7 @@ apache:
361361
extends:
362362
file: host.yml
363363
service: apache
364-
image: dockerizedrupal/apache-2.2:1.1.0
364+
image: dockerizedrupal/apache-2.2:1.1.1
365365
hostname: apache
366366
ports:
367367
- "80"
@@ -428,7 +428,7 @@ mailcatcher:
428428
- VHOST_VERSION_FILE_URL=https://raw.githubusercontent.com/dockerizedrupal/docker-mailcatcher/master/VERSION.md
429429
- VHOST_REPOSITORY_URL=https://hub.docker.com/r/dockerizedrupal/mailcatcher/
430430
phpmyadmin:
431-
image: dockerizedrupal/phpmyadmin:1.1.0
431+
image: dockerizedrupal/phpmyadmin:1.1.1
432432
hostname: phpmyadmin
433433
ports:
434434
- "80"
@@ -441,7 +441,7 @@ phpmyadmin:
441441
- VHOST_VERSION_FILE_URL=https://raw.githubusercontent.com/dockerizedrupal/docker-phpmyadmin/master/VERSION.md
442442
- VHOST_REPOSITORY_URL=https://hub.docker.com/r/dockerizedrupal/phpmyadmin/
443443
adminer:
444-
image: dockerizedrupal/adminer:1.1.0
444+
image: dockerizedrupal/adminer:1.1.1
445445
hostname: adminer
446446
ports:
447447
- "80"
@@ -462,7 +462,7 @@ memcached:
462462
- VHOST_VERSION_FILE_URL=https://raw.githubusercontent.com/dockerizedrupal/docker-memcached/master/VERSION.md
463463
- VHOST_REPOSITORY_URL=https://hub.docker.com/r/dockerizedrupal/memcached/
464464
memcachephp:
465-
image: dockerizedrupal/memcachephp:1.1.0
465+
image: dockerizedrupal/memcachephp:1.1.1
466466
hostname: memcachephp
467467
ports:
468468
- "80"

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.1.0",
3+
"version": "1.1.1",
44
"dependencies": {
55
"grunt": "^0.4.5",
66
"grunt-replace": "^0.11.0"

0 commit comments

Comments
 (0)