Skip to content

Commit

Permalink
chore(deps): update mariadb docker tag to v10.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent b0c1962 commit 84cded5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion faster/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:

maria-db:
image: mariadb:10.5.5
image: mariadb:10.11.6
command: ['--character-set-server=utf8mb4', '--collation-server=utf8mb4_unicode_ci']
ports:
- 13306:3306
Expand Down
2 changes: 1 addition & 1 deletion solution/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:

maria-db:
image: mariadb:10.5.5
image: mariadb:10.11.6
command: ['--character-set-server=utf8mb4', '--collation-server=utf8mb4_unicode_ci']
ports:
- 13306:3306
Expand Down

0 comments on commit 84cded5

Please sign in to comment.