Issue #3186530: Inherit from drupal:9.0 Docker image to postpone PHP 8 update.

This commit is contained in:
Michael Stenta 2020-12-04 09:39:50 -05:00
parent cb255da25c
commit eb971214da
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Inherit from the Drupal 9 image on Docker Hub.
FROM drupal:9
# Inherit from the Drupal 9.0 image on Docker Hub.
FROM drupal:9.0
# Set the farmOS and composer project repository URLs and versions.
ARG FARMOS_REPO=https://github.com/farmOS/farmOS.git