This repository was archived by the owner on Jan 6, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- var current_version = '1.4.2 ' ;
2- var new_version = '1.4.3 ' ;
1+ var current_version = '1.4.3 ' ;
2+ var new_version = '1.4.4 ' ;
33
44module . exports = function ( grunt ) {
55 grunt . loadNpmTasks ( 'grunt-replace' ) ;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Generates general purpose [docker-compose.yml](https://docs.docker.com/compose/y
1818 TMP="$(mktemp -d)" \
1919 && git clone https://github.com/dockerizedrupal/drupal-compose.git "${TMP}" \
2020 && cd "${TMP}" \
21- && git checkout 1.4.3 \
21+ && git checkout 1.4.4 \
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.4.3
1+ 1.4.4
Original file line number Diff line number Diff line change 1- VERSION = "1.4.3 "
1+ VERSION = "1.4.4 "
22
33require 'yaml'
44
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- VERSION=" 1.4.3 "
3+ VERSION=" 1.4.4 "
44
55WORKING_DIR=" $( pwd) "
66
@@ -98,7 +98,7 @@ PHP_70_VERSION_FILE_URL="https://raw.githubusercontent.com/dockerizedrupal/docke
9898PHP_70_TAG=" $( wget ${PHP_70_VERSION_FILE_URL} -q -O -) "
9999
100100if [ -z " ${PHP_70_TAG} " ]; then
101- PHP_70_TAG=" 1.1.2 "
101+ PHP_70_TAG=" 1.1.3 "
102102
103103 echo " drupal-compose: Couldn't retrieve the latest PHP 7.0 image version. Falling back to last known stable version: ${PHP_70_TAG} ."
104104fi
Original file line number Diff line number Diff line change 11{
22 "name" : " drupal-compose" ,
3- "version" : " 1.4.3 " ,
3+ "version" : " 1.4.4 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " https://github.com/dockerizedrupal/drupal-compose.git"
You can’t perform that action at this time.
0 commit comments