From b43796f08cea3699f7c27e16dc39409efbb40deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hasan=20=C3=87ALI=C5=9EIR?= Date: Thu, 13 Feb 2025 06:00:09 +0300 Subject: [PATCH] test dependebot --- mysql/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/Dockerfile b/mysql/Dockerfile index f353116..8ac723a 100644 --- a/mysql/Dockerfile +++ b/mysql/Dockerfile @@ -6,7 +6,7 @@ # ---------------------------------------------------------------------------- # # Here the magic, the rest of it is ordinary -FROM mysql:8.0.41-bookworm +FROM mysql:8.0.40-bookworm # Install necessary packages RUN apt-get update && apt-get install -y \