From cd321f2267838a1667fb2662deb33e90659ddfe2 Mon Sep 17 00:00:00 2001 From: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com> Date: Mon, 20 Sep 2021 13:44:38 -0700 Subject: [PATCH] updating the dotnet framework for the eventsprocessor docker conatiner for the QA environment (#1590) --- src/EventsProcessor/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EventsProcessor/Dockerfile b/src/EventsProcessor/Dockerfile index 5027aa6179..0f3b442078 100644 --- a/src/EventsProcessor/Dockerfile +++ b/src/EventsProcessor/Dockerfile @@ -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"