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

Inherit from the Drupal 10 image on Docker Hub.

This commit is contained in:
Michael Stenta 2023-01-01 16:12:00 -05:00
parent 637e2bf32a
commit 8e6efe656e

View file

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