1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

Net8 followups (#3750)

* Update Launch Targets

* Update Devcontainer
This commit is contained in:
Justin Baur
2024-02-07 11:51:20 -05:00
committed by GitHub
parent 0f9b05926e
commit eed11f5873
2 changed files with 15 additions and 15 deletions

View File

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