Update mariadb Docker tag to v10.6 (master) #23

Merged
decentral1se merged 1 commits from renovate/master-docker-mariadb-10.x into master 2021-05-03 07:49:48 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- coop-cloud.${STACK_NAME}.app.version=5.7.1-6ac2321c
db:
image: "mariadb:10.5"
image: "mariadb:10.6"
volumes:
- "mariadb:/var/lib/mysql"
networks: