Skip to content

Commit

Permalink
chore(deps): update mariadb docker tag to v11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 21, 2024
1 parent d4e12c4 commit 1bb1aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- ../..:/workspaces:cached
database:
container_name: Database
image: mariadb:11.0
image: mariadb:11.3
restart: always
ports:
- 3306:3306
Expand Down

0 comments on commit 1bb1aee

Please sign in to comment.