Skip to content

Commit

Permalink
Merge pull request #35 from tyzbit/renovate/mariadb-11.x
Browse files Browse the repository at this point in the history
chore(deps): update mariadb docker tag to v11.4
  • Loading branch information
tyzbit authored Jun 4, 2024
2 parents f3ce8ae + 89dfc5a commit c700908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"

services:
db:
image: mariadb:11.3
image: mariadb:11.4
volumes:
- db_data:/var/lib/mysql
restart: always
Expand Down

0 comments on commit c700908

Please sign in to comment.