Skip to content

Commit e9e68c7

Browse files
updated aspnetcore version in docker files
1 parent f94e923 commit e9e68c7

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:1.1.2
1+
FROM microsoft/aspnetcore:2.0.1
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:1.1.2
1+
FROM microsoft/aspnetcore:2.0.1
22

33
WORKDIR /app
44
COPY . .

0 commit comments

Comments
 (0)