3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

farmOS 7.x-1.6.

This commit is contained in:
Michael Stenta 2020-11-26 06:47:42 -05:00
parent 852a92d2d3
commit 85f554d6de
2 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@ includes[] = drupal-org-core.make
; -----------------------------------------------------------------------------
projects[farm][type] = profile
;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
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,8 +2,8 @@
FROM drupal:7
# Set the farmOS version to download.
#ARG FARMOS_VERSION=7.x-1.6
ARG FARMOS_VERSION=7.x-1.x-dev
ARG FARMOS_VERSION=7.x-1.6
#ARG FARMOS_VERSION=7.x-1.x-dev
# Install the BCMath PHP extension.
RUN docker-php-ext-install bcmath