1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-28 13:15:12 +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: services:
bitwarden_server: bitwarden_server:
image: mcr.microsoft.com/devcontainers/dotnet:8.0 image: mcr.microsoft.com/devcontainers/dotnet:9.0
volumes: volumes:
- ../../:/workspace:cached - ../../:/workspace:cached
# Overrides default command so things don't shut down after the process ends. # Overrides default command so things don't shut down after the process ends.