diff --git a/Dockerfile b/Dockerfile index 9455a56..bf9efd7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,9 @@ # Periodic "Packets out of order" bug. -# Temporary downgrading build to 8.0.23. Awaiting for 8.0.27+. +# Temporary downgrading build to 8.0.23. Awaiting for 8.0.27+ +# Unable to downgrade, keeping in 8.0.26. # # See: https://bugs.php.net/bug.php?id=81335&edit=1 -FROM mysql:8.0.23 +FROM mysql:8.0.26 RUN ln -snf /usr/share/zoneinfo/UTC /etc/localtime && echo UTC > /etc/timezone