Skip to content
Snippets Groups Projects

Update mariadb Docker tag to v11

Open renovatebot requested to merge renovate/templates-mariadb-11.x into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -73,7 +73,7 @@ services:
db:
image: mariadb:10.7.1
image: mariadb:11.7.2
restart: always
ports:
- "{{ int_ip4 }}:{{mysql_port}}:3306"
Loading