Skip to content

Commit

Permalink
Update mariadb Docker tag to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 27, 2024
1 parent 83de4ad commit 75cdb9f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

db:

image: mariadb:10.7.1
image: mariadb:11.3.2
restart: always
ports:
- 33306:3306
Expand Down
2 changes: 1 addition & 1 deletion roles_webserver/docker_icinga/templates/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ services:

db:

image: mariadb:10.7.1
image: mariadb:11.3.2
restart: always
ports:
- "{{ int_ip4 }}:{{mysql_port}}:3306"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:

mysql:

image: mariadb:10.4.10
image: mariadb:11.3.2
restart: always
ports:
- "{{ int_ip4 }}:{{ mysqlport }}:3306"
Expand Down
2 changes: 1 addition & 1 deletion roles_webserver/docker_mail/templates/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
################################################

db:
image: mariadb:10.5.19
image: mariadb:11.3.2
restart: always
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
volumes:
Expand Down
2 changes: 1 addition & 1 deletion roles_webserver/docker_n8n/templates/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

db:

image: mariadb:10.5.6
image: mariadb:11.3.2
restart: always
volumes:
- "{{ basedir }}/db/:/var/lib/mysql"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:

mysql:

image: mariadb:10
image: mariadb:11
restart: always
volumes:
- "{{ basedir }}/db/:/var/lib/mysql"
Expand Down
2 changes: 1 addition & 1 deletion roles_webserver/docker_uffd/templates/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

db:

image: mariadb:10
image: mariadb:11
restart: always
command: ['mysqld', '--character-set-server=utf8mb4', '--collation-server=utf8mb4_nopad_bin']
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

db:

image: mariadb:10.5.6
image: mariadb:11.3.2
restart: always
volumes:
- "{{ basedir }}/db/:/var/lib/mysql"
Expand Down

0 comments on commit 75cdb9f

Please sign in to comment.