Prepare for release of farmOS 7.x-1.0-rc1.

This commit is contained in:
Michael Stenta 2018-11-14 12:47:08 -05:00
parent 70fd7f09c5
commit 91f05b0f38
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-beta18
ENV FARMOS_VERSION 7.x-1.0-rc1
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-beta18
;projects[farm][version] = 1.0-rc1
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-beta18
# image: farmos/farmos:7.x-1.0-rc1
image: farmos/farmos:7.x-1.x
volumes:
- './.data/www:/var/www/html'