Skip to content

Commit

Permalink
fix(github-action): update image mariadb to v10.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
trap-renovate[bot] committed Feb 14, 2024
1 parent 5d83060 commit 9c81010
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.11.6
image: mariadb:10.11.7
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.11.6
image: mariadb:10.11.7
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.11.6
image: mariadb:10.11.7
restart: always
environment:
MYSQL_ROOT_PASSWORD: password
Expand Down

0 comments on commit 9c81010

Please sign in to comment.