Update dotnet SDK version for dockerimages

This commit is contained in:
kjnilsson 2021-03-16 11:22:14 +00:00
parent 1b7379d266
commit 4922c32e7c
3 changed files with 3 additions and 3 deletions

View File

@ -156,7 +156,7 @@ RUN apt-get update && \
apt-get install -y -V --fix-missing --no-install-recommends \
gettext \
libunwind8 \
dotnet-sdk-2.0.0
dotnet-sdk-5.*
# .NET Core 2.0 warmup
RUN mkdir warmup \

View File

@ -156,7 +156,7 @@ RUN apt-get update && \
apt-get install -y -V --fix-missing --no-install-recommends \
gettext \
libunwind8 \
dotnet-sdk-2.0.0
dotnet-sdk-5.*
# .NET Core 2.0 warmup
RUN mkdir warmup \

View File

@ -179,7 +179,7 @@ RUN apt-get update && \
apt-get install -y -V --fix-missing --no-install-recommends \
gettext \
libunwind8 \
dotnet-sdk-2.0.0
dotnet-sdk-5.*
# .NET Core 2.0 warmup
RUN mkdir warmup \