Skip to content

Commit

Permalink
fix(github-action): update image mariadb to v10.11.10 (#2537)
Browse files Browse the repository at this point in the history
Co-authored-by: trap-renovate[bot] <138502363+trap-renovate[bot]@users.noreply.github.com>
  • Loading branch information
trap-renovate[bot] authored Nov 20, 2024
1 parent 19ad37b commit 766261c
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 @@ -42,7 +42,7 @@ jobs:
needs: [build]
services:
mysql:
image: mariadb:10.11.9
image: mariadb:10.11.10
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
env:
MYSQL_ROOT_PASSWORD: password
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
needs: [build]
services:
mysql:
image: mariadb:10.11.9
image: mariadb:10.11.10
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.9
image: mariadb:10.11.10
restart: always
environment:
MYSQL_ROOT_PASSWORD: password
Expand Down

0 comments on commit 766261c

Please sign in to comment.