Skip to content

Commit

Permalink
Merge pull request #18 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.2
  • Loading branch information
tyzbit committed Nov 25, 2023
2 parents ff915e6 + e572ac6 commit 2a1548e
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.1
image: mariadb:11.2
volumes:
- db_data:/var/lib/mysql
restart: always
Expand Down

0 comments on commit 2a1548e

Please sign in to comment.