1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 13:08:17 -05:00

updating the dotnet framework for the eventsprocessor docker conatiner for the QA environment (#1590)

This commit is contained in:
Joseph Flinn 2021-09-20 13:44:38 -07:00 committed by GitHub
parent ff8d736e8b
commit cd321f2267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1
FROM mcr.microsoft.com/dotnet/aspnet:5.0
LABEL com.bitwarden.product="bitwarden"