This repository was archived by the owner on Jan 6, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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
44module . exports = function ( grunt ) {
55 grunt . loadNpmTasks ( 'grunt-replace' ) ;
Original file line number Diff line number Diff 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 -
Original file line number Diff line number Diff line change 1- 1.1.7
1+ 1.1.8
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- VERSION=" 1.1.7 "
3+ VERSION=" 1.1.8 "
44
55WORKING_DIR=" $( pwd) "
66
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
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
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
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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments