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

Commit 87a4ba8

Browse files
committed
1 parent 509626a commit 87a4ba8

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
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.6';
2-
var new_version = '1.1.7';
1+
var current_version = '1.1.7';
2+
var new_version = '1.1.8';
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.7 \
21+
&& git checkout 1.1.8 \
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.7
1+
1.1.8

drupal-compose.sh

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

3-
VERSION="1.1.7"
3+
VERSION="1.1.8"
44

55
WORKING_DIR="$(pwd)"
66

@@ -111,7 +111,7 @@ php:
111111
extends:
112112
file: host.yml
113113
service: php
114-
image: dockerizedrupal/php-5.6:1.1.3
114+
image: dockerizedrupal/php-5.6:1.2.1
115115
hostname: php
116116
volumes:
117117
- ~/.ssh:/home/container/.ssh
@@ -220,7 +220,7 @@ php:
220220
extends:
221221
file: host.yml
222222
service: php
223-
image: dockerizedrupal/php-5.5:1.1.3
223+
image: dockerizedrupal/php-5.5:1.2.1
224224
hostname: php
225225
volumes:
226226
- ~/.ssh:/home/container/.ssh
@@ -348,7 +348,7 @@ php:
348348
extends:
349349
file: host.yml
350350
service: php
351-
image: dockerizedrupal/php-5.3:1.1.1
351+
image: dockerizedrupal/php-5.3:1.2.0
352352
hostname: php
353353
volumes:
354354
- ~/.ssh:/home/container/.ssh
@@ -476,7 +476,7 @@ php:
476476
extends:
477477
file: host.yml
478478
service: php
479-
image: dockerizedrupal/php-5.2:1.1.1
479+
image: dockerizedrupal/php-5.2:1.2.0
480480
hostname: php
481481
volumes:
482482
- ~/.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.7",
3+
"version": "1.1.8",
44
"dependencies": {
55
"grunt": "^0.4.5",
66
"grunt-replace": "^0.11.0"

0 commit comments

Comments
 (0)