Prepare for release of farmOS 7.x-1.0.

This commit is contained in:
Michael Stenta 2019-03-20 14:20:59 -04:00
parent a178ea3648
commit 098ed93722
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
FROM drupal:7
# Set environment variables.
ENV FARMOS_VERSION 7.x-1.0-rc2
ENV FARMOS_VERSION 7.x-1.0
ENV FARMOS_DEV_BRANCH 7.x-1.x
ENV FARMOS_DEV false

View File

@ -12,7 +12,7 @@ includes[] = drupal-org-core.make
; -----------------------------------------------------------------------------
projects[farm][type] = profile
;projects[farm][version] = 1.0-rc2
;projects[farm][version] = 1.0
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

@ -15,7 +15,7 @@ services:
www:
depends_on:
- db
# image: farmos/farmos:7.x-1.0-rc2
# image: farmos/farmos:7.x-1.0
image: farmos/farmos:7.x-1.x
volumes:
- './.data/www:/var/www/html'