Skip to content

Commit

Permalink
Merge pull request #2237 from traPtitech/renovate/mariadb-10.x
Browse files Browse the repository at this point in the history
feat(github-action): update image mariadb to v10.11.6
  • Loading branch information
logica0419 committed Jan 13, 2024
2 parents 714a22f + 9523df1 commit bfac662
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
needs: [build]
services:
mysql:
image: mariadb:10.6.4
image: mariadb:10.11.6
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
env:
MYSQL_ROOT_PASSWORD: password
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
needs: [build]
services:
mysql:
image: mariadb:10.6.4
image: mariadb:10.11.6
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
env:
MYSQL_ROOT_PASSWORD: password
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
- ./dev/frontend:/usr/share/caddy:ro

mysql:
image: mariadb:10.6.4
image: mariadb:10.11.6
restart: always
environment:
MYSQL_ROOT_PASSWORD: password
Expand Down

0 comments on commit bfac662

Please sign in to comment.