From 58b72ed337b4b494ef290958272e0e0786b9fbd6 Mon Sep 17 00:00:00 2001 From: Phung Huu Thanh <102614541+phuuthanh2003@users.noreply.github.com> Date: Mon, 26 Aug 2024 02:17:13 +0700 Subject: [PATCH] fix bugs --- db/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/Dockerfile b/db/Dockerfile index 965f0ac..1300668 100644 --- a/db/Dockerfile +++ b/db/Dockerfile @@ -1,5 +1,5 @@ # Use the official MySQL image -FROM mysql:latest +FROM mysql:8.2.0 # Set environment variables for MySQL ENV MYSQL_ALLOW_EMPTY_PASSWORD yes