Revert "farmOS 7.x-1.8."

This reverts commit bd17406a5b.
This commit is contained in:
Michael Stenta 2021-12-21 19:37:22 -05:00
parent bd17406a5b
commit c257226504
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][type] = profile
projects[farm][version] = 1.8 ;projects[farm][version] = 1.8
;projects[farm][download][type] = git projects[farm][download][type] = git
;projects[farm][download][url] = http://git.drupal.org/project/farm.git projects[farm][download][url] = http://git.drupal.org/project/farm.git
;projects[farm][download][branch] = 7.x-1.x projects[farm][download][branch] = 7.x-1.x

View File

@ -2,8 +2,8 @@
FROM drupal:7 FROM drupal:7
# Set the farmOS version to download. # Set the farmOS version to download.
ARG FARMOS_VERSION=7.x-1.8 #ARG FARMOS_VERSION=7.x-1.8
#ARG FARMOS_VERSION=7.x-1.x-dev ARG FARMOS_VERSION=7.x-1.x-dev
# Install the BCMath PHP extension. # Install the BCMath PHP extension.
RUN docker-php-ext-install bcmath RUN docker-php-ext-install bcmath