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

This commit is contained in:
Michael Stenta 2017-12-31 10:30:22 -05:00
parent 0c1db68b7b
commit 4be185f5b5
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
FROM php:5.6-apache
# Set environment variables.
ENV FARMOS_VERSION 7.x-1.0-beta15
ENV FARMOS_VERSION 7.x-1.0-beta16
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-beta15
;projects[farm][version] = 1.0-beta16
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-beta15
# image: farmos/farmos:7.x-1.0-beta16
image: farmos/farmos:7.x-1.x
volumes:
- './.data/www:/var/www/html'