From 448a9c572983b100b2e4e89602500b85d01db3b7 Mon Sep 17 00:00:00 2001 From: seant-covera <104520964+seant-covera@users.noreply.github.com> Date: Tue, 28 Jul 2026 15:31:49 -0400 Subject: [PATCH 1/2] Update MySQL version to 8.0.46 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 83c2c57..73492af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # You can change this to a newer version of MySQL available at # https://hub.docker.com/r/mysql/mysql-server/tags/ -FROM mysql/mysql-server:8.0.24 +FROM mysql/mysql-server:8.0.46 COPY config/user.cnf /etc/mysql/my.cnf From 122b7a007ba13d1b99745436a41fd1f40336cfb7 Mon Sep 17 00:00:00 2001 From: seant-covera <104520964+seant-covera@users.noreply.github.com> Date: Tue, 28 Jul 2026 21:46:20 -0400 Subject: [PATCH 2/2] Update MySQL image to use official MySQL tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 73492af..90f9b28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # You can change this to a newer version of MySQL available at # https://hub.docker.com/r/mysql/mysql-server/tags/ -FROM mysql/mysql-server:8.0.46 +FROM mysql:8.0.46 COPY config/user.cnf /etc/mysql/my.cnf