Skip to content

Commit

Permalink
Merge pull request #6 from tyzbit/renovate/mariadb-10.x
Browse files Browse the repository at this point in the history
chore(deps): update mariadb docker tag to v10.11
  • Loading branch information
tyzbit committed Oct 23, 2023
2 parents 852f2ed + fc0dfc9 commit f6a8758
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:10.7
image: mariadb:10.11
volumes:
- db_data:/var/lib/mysql
restart: always
Expand Down

0 comments on commit f6a8758

Please sign in to comment.