Update mariadb Docker tag to v10.6

This commit is contained in:
Comrade Renovate Bot 2021-04-30 07:01:30 +00:00
parent 2550b92b7a
commit f29e86bc10
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ services:
- "traefik.tcp.services.${STACK_NAME}-ssh.loadbalancer.server.port=${GITEA_SSH_PORT}"
- coop-cloud.${STACK_NAME}.app.version=1.14.1-rootless-6244e9fc
db:
image: "mariadb:10.5"
image: "mariadb:10.6"
command: |
mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
environment: