From b909430b7f38baabe37082bc105e23888f7d145d Mon Sep 17 00:00:00 2001 From: "S. MohammadMahdi Zamanian" Date: Sat, 30 Nov 2024 16:30:44 +0330 Subject: [PATCH] fix(mysql): all issues --- containers/mysql/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/mysql/Dockerfile b/containers/mysql/Dockerfile index f7d60be..2793ae5 100644 --- a/containers/mysql/Dockerfile +++ b/containers/mysql/Dockerfile @@ -1,5 +1,5 @@ # Use a lightweight MySQL image -FROM mysql:8.0 +FROM mariadb:11.4.4-noble # Set the default authentication plugin ENV MYSQL_ROOT_PASSWORD=your_root_password