diff --git a/mysql/Dockerfile b/mysql/Dockerfile index 8ac723a..f353116 100644 --- a/mysql/Dockerfile +++ b/mysql/Dockerfile @@ -6,7 +6,7 @@ # ---------------------------------------------------------------------------- # # Here the magic, the rest of it is ordinary -FROM mysql:8.0.40-bookworm +FROM mysql:8.0.41-bookworm # Install necessary packages RUN apt-get update && apt-get install -y \