1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-24 12:35:25 +01:00

[deps] DevOps: Update mcr.microsoft.com/devcontainers/dotnet Docker tag to v9

This commit is contained in:
renovate[bot] 2024-11-12 00:59:04 +00:00 committed by GitHub
parent 702a81b161
commit c5c91af7d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ version: '3'
services:
bitwarden_server:
image: mcr.microsoft.com/devcontainers/dotnet:8.0
image: mcr.microsoft.com/devcontainers/dotnet:9.0
volumes:
- ../../:/workspace:cached
# Overrides default command so things don't shut down after the process ends.