From 8a0092dad6f4316b70e384c312d1a492bc85910a Mon Sep 17 00:00:00 2001 From: "tan.nguyen" Date: Fri, 5 Jul 2024 10:01:44 +0700 Subject: [PATCH] Switch to mariadb-10.11-drupal:24.6.0. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d9004ca..0efa8c2 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.6.0 +FROM uselagoon/mariadb-10.11-drupal:24.6.0 # Set the data directory to a different location that a mounted volume. ENV MARIADB_DATA_DIR=/var/lib/db-data