Skip to content

Commit

Permalink
chore(deps): update mariadb:11.5.2 docker digest to 604d5fd
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2024
1 parent 372cce9 commit d25835d
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.5.2@sha256:0b5f0d3cace822485ddd03465334909a11ccda5742b29425ae10eb19dae85348
image: mariadb:11.5.2@sha256:604d5fd88bbcbeae8f01ca6f01bb200c2e56071c036b0b47d6eee2a95a1304c9
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.5.2@sha256:0b5f0d3cace822485ddd03465334909a11ccda5742b29425ae10eb19dae85348
image: mariadb:11.5.2@sha256:604d5fd88bbcbeae8f01ca6f01bb200c2e56071c036b0b47d6eee2a95a1304c9
ports:
- "3306:3306"
volumes:
Expand Down

0 comments on commit d25835d

Please sign in to comment.