Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit 134e742

Browse files
committed
dockerfile
1 parent 3605427 commit 134e742

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api-light.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM mcr.microsoft.com/dotnet/core/aspnet:3.0-buster-slim AS base
1+
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-buster-slim AS base
22
WORKDIR /app
33
EXPOSE 80
44
EXPOSE 443
55

6-
FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster AS build
6+
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-buster AS build
77
WORKDIR /src
88
COPY ["src/Backend/JPProject.Admin.Api/JPProject.Admin.Api.csproj", "Backend/JPProject.Admin.Api/"]
99
RUN dotnet restore "Backend/JPProject.Admin.Api/JPProject.Admin.Api.csproj"

0 commit comments

Comments
 (0)