Skip to content

Commit 4ba6f3d

Browse files
authored
Merge pull request #475 from aspnetboilerplate/maliming/docker
Update docker Image.
2 parents fe44da2 + 63534c5 commit 4ba6f3d

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)