Skip to content

Commit

Permalink
Update mariadb Docker tag to v11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 29, 2023
1 parent da2cffe commit 6c255e6
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.1
restart: always
ports:
- 3306:3306
Expand Down

0 comments on commit 6c255e6

Please sign in to comment.