diff --git a/Dockerfile b/Dockerfile index 1e51cb7..d9004ca 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:24.5.1 +FROM uselagoon/mariadb-drupal:24.6.0 # Set the data directory to a different location that a mounted volume. ENV MARIADB_DATA_DIR=/var/lib/db-data