Browse Source

BREAKING chore(dblord): upgrade to current LTS release

After restarting with the new version, `mariadb-upgrade` should be run.
Peter Thomassen 2 years ago
parent
commit
9f299d2790
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dblord/Dockerfile

+ 1 - 1
dblord/Dockerfile

@@ -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
 # Use random throw-away root password. Our init scripts switch authentication to socket logins only
 ENV MYSQL_RANDOM_ROOT_PASSWORD=yes
 ENV MYSQL_RANDOM_ROOT_PASSWORD=yes