Skip to content

Commit

Permalink
chore(deps): update mariadb docker tag to v11.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 15, 2025
1 parent 36eafa1 commit 499335e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

services:
mariadb:
image: mariadb:11.6.2@sha256:bfb1298c06cd15f446f1c59600b3a856dae861705d1a2bd2a00edbd6c74ba748
image: mariadb:11.7.2@sha256:4ec017855906405fd00bddf5bf3221e11939d6b99d9c89058cc0ac862e005dd6
ports:
- 3306:3306
env:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
database:
image: mariadb:11.6.2@sha256:bfb1298c06cd15f446f1c59600b3a856dae861705d1a2bd2a00edbd6c74ba748
image: mariadb:11.7.2@sha256:4ec017855906405fd00bddf5bf3221e11939d6b99d9c89058cc0ac862e005dd6
ports:
- "3306:3306"
volumes:
Expand Down

0 comments on commit 499335e

Please sign in to comment.