Skip to content

Commit

Permalink
Merge pull request #40 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.6
  • Loading branch information
tyzbit authored Nov 23, 2024
2 parents f7a9483 + f6f94ea commit eaae1e2
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.4
image: mariadb:11.6
volumes:
- db_data:/var/lib/mysql
restart: always
Expand Down

0 comments on commit eaae1e2

Please sign in to comment.