diff --git a/Dockerfile b/Dockerfile index 753f78c..3e79cb1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ # support setting data directory as an environment variable) to support new # location and overriding default CMD to include our custom data directory. # -FROM uselagoon/mariadb-drupal:23.4.0 +FROM uselagoon/mariadb-drupal:23.10.0 # Set the data directory to a different location that a mounted volume. ENV MARIADB_DATA_DIR=/var/lib/db-data