From 255b8df13e5b9bc012a065808cd5ddabe44f4520 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Sat, 18 Apr 2020 22:57:59 -0400 Subject: [PATCH] Update Dockerfile --- build/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 635c455467..1842ae64e4 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM microsoft/dotnet:2.2-sdk AS build +FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS build # install node and npm # replace shell with bash so we can source files @@ -40,7 +40,7 @@ RUN dotnet publish -c Release -o /app WORKDIR /src/src/Tgstation.Server.Host RUN dotnet publish -c Release -o /app/lib/Default && mv /app/lib/Default/appsettings* /app -FROM microsoft/dotnet:2.2-aspnetcore-runtime +FROM mcr.microsoft.com/dotnet/core/aspnet:3.1 EXPOSE 80 #needed for byond