diff --git a/Dockerfile b/Dockerfile index 5462280..b4ff7e3 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.8.0 +FROM uselagoon/mariadb-10.11-drupal:24.8.0 # Set the data directory to a different location that a mounted volume. ENV MARIADB_DATA_DIR=/var/lib/db-data diff --git a/tests/dgoss/goss.yaml b/tests/dgoss/goss.yaml index faae121..2e7f166 100644 --- a/tests/dgoss/goss.yaml +++ b/tests/dgoss/goss.yaml @@ -54,11 +54,11 @@ package: mariadb: installed: true versions: - - 10.4.25-r0 + - 10.11.6-r0 user: mysql: exists: true process: - mysqld: + mariadbd: running: true