Skip to content

Commit

Permalink
Use new dotnet Docker images (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Sep 23, 2021
1 parent 70a0a1d commit 2fdb83f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1 AS base
FROM mcr.microsoft.com/dotnet/aspnet:3.1 AS base
WORKDIR /app
EXPOSE 80

FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS build
FROM mcr.microsoft.com/dotnet/sdk:3.1 AS build
WORKDIR /src
COPY /src .
RUN dotnet restore BaGet
Expand Down

0 comments on commit 2fdb83f

Please sign in to comment.