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

This commit is contained in:
Michael Stenta 2018-05-18 10:34:54 -04:00
parent c0ffaec9db
commit 976c913305
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-beta17
ENV FARMOS_VERSION 7.x-1.0-beta18
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-beta17
;projects[farm][version] = 1.0-beta18
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-beta17
# image: farmos/farmos:7.x-1.0-beta18
image: farmos/farmos:7.x-1.x
volumes:
- './.data/www:/var/www/html'