diff --git a/koel/docker-compose.yml b/koel/docker-compose.yml index 8e0fbf3..f8519c5 100644 --- a/koel/docker-compose.yml +++ b/koel/docker-compose.yml @@ -27,7 +27,7 @@ services: - 'index:/var/www/html/storage/search-indexes' db: - image: 'mariadb:10.6.1-focal' + image: 'mariadb:10.7.1-focal' restart: 'always' command: '--default-authentication-plugin=mysql_native_password' diff --git a/monica/docker-compose.yml b/monica/docker-compose.yml index 2491f37..d2c2c83 100644 --- a/monica/docker-compose.yml +++ b/monica/docker-compose.yml @@ -26,7 +26,7 @@ services: - 'data:/var/www/html/storage' db: - image: 'mariadb:10.6.1-focal' + image: 'mariadb:10.7.1-focal' restart: 'always' command: '--default-authentication-plugin=mysql_native_password'