From 5c8eef480e98605bc31ff6cc9e496329befc38d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 04:48:55 +0000 Subject: [PATCH] chore(deps): update uselagoon/mariadb-drupal docker tag to v24.6.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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