Prepare for release of farmOS 7.x-1.6.

This commit is contained in:
Michael Stenta 2020-11-26 06:46:36 -05:00
parent 08d369a4b3
commit 852a92d2d3
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] = 1.5
;projects[farm][version] = 1.6
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 to download.
#ARG FARMOS_VERSION=7.x-1.5
#ARG FARMOS_VERSION=7.x-1.6
ARG FARMOS_VERSION=7.x-1.x-dev
# Install the BCMath PHP extension.

View File

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