Update mariadb Docker tag to v10.7.1 #29
|
@ -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'
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Reference in New Issue