BREAKING chore(dblord): upgrade to current LTS release

After restarting with the new version, `mariadb-upgrade` should be run.
This commit is contained in:
Peter Thomassen 2023-06-06 21:17:44 +02:00
parent 6f6c2834a8
commit 9f299d2790
No known key found for this signature in database
GPG key ID: 5203651ED2F34D28

View file

@ -1,4 +1,4 @@
FROM mariadb:10.3
FROM mariadb:10.11
# Use random throw-away root password. Our init scripts switch authentication to socket logins only
ENV MYSQL_RANDOM_ROOT_PASSWORD=yes