Inherit from drupal:9.3 Docker image (PHP 8).

This commit is contained in:
Michael Stenta 2021-12-21 06:08:10 -05:00
parent 12e458f8fe
commit ec354218df
1 changed files with 1 additions and 1 deletions

View File

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