diff --git a/mysql/Dockerfile b/mysql/Dockerfile index 32c5b32..eebb389 100644 --- a/mysql/Dockerfile +++ b/mysql/Dockerfile @@ -6,7 +6,7 @@ # ---------------------------------------------------------------------------- # # Here the magic, the rest of it is ordinary -FROM mysql:8.0.42-bookworm +FROM mysql:8.0.43-bookworm # Install necessary packages RUN apt-get update && apt-get install -y \