Prepare for release of farmOS 7.x-1.2.

This commit is contained in:
Michael Stenta 2019-07-17 13:57:05 -04:00
parent 77476ea263
commit e0e4924a5d
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ includes[] = drupal-org-core.make
; -----------------------------------------------------------------------------
projects[farm][type] = profile
;projects[farm][version] = 7.x-1.1
;projects[farm][version] = 7.x-1.2
projects[farm][download][type] = git
projects[farm][download][url] = http://git.drupal.org/project/farm.git
projects[farm][download][branch] = 7.x-1.x

View File

@ -2,7 +2,7 @@
FROM drupal:7
# Set the farmOS version in an environment variable.
#ENV FARMOS_VERSION 7.x-1.1
#ENV FARMOS_VERSION 7.x-1.2
ENV FARMOS_VERSION 7.x-1.x-dev
# Enable Apache rewrite module.

View File

@ -1,7 +1,7 @@
version: '2'
services:
www:
image: farmos/farmos:7.x-1.1
image: farmos/farmos:7.x-1.2
volumes:
- './sites:/var/www/html/sites'
ports: