Skip to content

Commit 63534c5

Browse files
committed
Update docker Image.
Resolve #4906
1 parent fe44da2 commit 63534c5

File tree

2 files changed

+2
-2
lines changed
  • aspnet-core/src

2 files changed

+2
-2
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Host/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM microsoft/aspnetcore:2.0.1
1+
FROM mcr.microsoft.com/dotnet/core/aspnet:2.2-stretch-slim
22

33
WORKDIR /app
44
COPY . .

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM microsoft/aspnetcore:2.0.1
1+
FROM mcr.microsoft.com/dotnet/core/aspnet:2.2-stretch-slim
22

33
WORKDIR /app
44
COPY . .

0 commit comments

Comments
 (0)