Skip to content

Commit

Permalink
pin mariadb minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Dec 25, 2024
1 parent 6f5cee2 commit a20150a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/compose/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flarum

services:
db:
image: mariadb:10
image: mariadb:10.6
container_name: flarum_db
command:
- "mysqld"
Expand Down
2 changes: 1 addition & 1 deletion examples/subfolder/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
restart: always

db:
image: mariadb:10
image: mariadb:10.6
container_name: flarum_db
command:
- "mysqld"
Expand Down
2 changes: 1 addition & 1 deletion examples/traefik/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
restart: always

db:
image: mariadb:10
image: mariadb:10.6
container_name: flarum_db
command:
- "mysqld"
Expand Down
2 changes: 1 addition & 1 deletion test/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flarum

services:
db:
image: mariadb:10
image: mariadb:10.6
container_name: flarum_db
command:
- "mysqld"
Expand Down

0 comments on commit a20150a

Please sign in to comment.