Skip to content

Commit

Permalink
Merge pull request #7 from cash-track/bugfix/missing-packet-order-error
Browse files Browse the repository at this point in the history
BugFix / Missing Packet Order Error
  • Loading branch information
vokomarov authored Oct 1, 2021
2 parents 6e68f17 + 664d886 commit 8a33cd2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 8a33cd2

Please sign in to comment.