Skip to content

Commit c2a4f5f

Browse files
committed
Updated dockerfile to use 3.1.201-alpine for build
1 parent 9570697 commit c2a4f5f

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:3.1 AS base
22
WORKDIR /app
33
EXPOSE 80
44

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

0 commit comments

Comments
 (0)