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

Commit ef192f5

Browse files
committed
Update
1 parent daba3f5 commit ef192f5

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
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.1';
2-
var new_version = '1.1.2';
1+
var current_version = '1.1.2';
2+
var new_version = '1.1.3';
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.2 \
21+
&& git checkout 1.1.3 \
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.2
1+
1.1.3

drupal-compose.sh

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

3-
VERSION="1.1.2"
3+
VERSION="1.1.3"
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.1
78+
image: dockerizedrupal/apache-2.4:1.1.2
7979
hostname: apache
8080
ports:
8181
- "80"
@@ -114,7 +114,7 @@ php:
114114
extends:
115115
file: host.yml
116116
service: php
117-
image: dockerizedrupal/php-5.6:1.1.0
117+
image: dockerizedrupal/php-5.6:1.1.1
118118
hostname: php
119119
volumes:
120120
- ~/.ssh:/home/container/.ssh
@@ -199,7 +199,7 @@ apache:
199199
extends:
200200
file: host.yml
201201
service: apache
202-
image: dockerizedrupal/apache-2.4:1.1.1
202+
image: dockerizedrupal/apache-2.4:1.1.2
203203
hostname: apache
204204
ports:
205205
- "80"
@@ -238,7 +238,7 @@ php:
238238
extends:
239239
file: host.yml
240240
service: php
241-
image: dockerizedrupal/php-5.5:1.1.0
241+
image: dockerizedrupal/php-5.5:1.1.1
242242
hostname: php
243243
volumes:
244244
- ~/.ssh:/home/container/.ssh
@@ -342,7 +342,7 @@ apache:
342342
extends:
343343
file: host.yml
344344
service: apache
345-
image: dockerizedrupal/apache-2.4:1.1.1
345+
image: dockerizedrupal/apache-2.4:1.1.2
346346
hostname: apache
347347
ports:
348348
- "80"
@@ -381,7 +381,7 @@ php:
381381
extends:
382382
file: host.yml
383383
service: php
384-
image: dockerizedrupal/php-5.3:1.1.0
384+
image: dockerizedrupal/php-5.3:1.1.1
385385
hostname: php
386386
volumes:
387387
- ~/.ssh:/home/container/.ssh
@@ -485,7 +485,7 @@ apache:
485485
extends:
486486
file: host.yml
487487
service: apache
488-
image: dockerizedrupal/apache-2.2:1.1.1
488+
image: dockerizedrupal/apache-2.2:1.1.2
489489
hostname: apache
490490
ports:
491491
- "80"
@@ -524,7 +524,7 @@ php:
524524
extends:
525525
file: host.yml
526526
service: php
527-
image: dockerizedrupal/php-5.2:1.1.0
527+
image: dockerizedrupal/php-5.2:1.1.1
528528
hostname: php
529529
volumes:
530530
- ~/.ssh:/home/container/.ssh

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

0 commit comments

Comments
 (0)