Skip to content

Commit ad8d42c

Browse files
committed
Updated dockerfile to use latest images from Microsoft
1 parent f304e36 commit ad8d42c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Fritz.StreamTools/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM microsoft/dotnet:2.1.6-aspnetcore-runtime AS base
1+
FROM mcr.microsoft.com/dotnet/core/aspnet:2.2 AS base
22
WORKDIR /app
33
EXPOSE 80
44

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

0 commit comments

Comments
 (0)