Skip to content

Commit 0be67cf

Browse files
committed
Updated dockerfile
1 parent 7b3d6e0 commit 0be67cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fritz.StreamTools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/core/aspnet:2.2 AS base
22
WORKDIR /app
33
EXPOSE 80
44

5-
FROM mcr.microsoft.com/dotnet/core/sdk:2.2 AS build
5+
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS build
66
WORKDIR /src
77
COPY global.json .
88
COPY Fritz.StreamTools/Fritz.StreamTools.csproj Fritz.StreamTools/

0 commit comments

Comments
 (0)