Skip to content

Commit 30ba6d5

Browse files
Merge pull request #21 from TransactionProcessing/task/#20_net6update
Update dockerfiles to net 6
2 parents d1a82cd + 7f1f261 commit 30ba6d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:5.0 AS base
1+
FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base
22

33
WORKDIR /home/txnproc/
44
COPY ["/config", "config"]

DockerfileWindows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:5.0-windowsservercore-ltsc2019 AS base
1+
FROM mcr.microsoft.com/dotnet/aspnet:6.0-windowsservercore-ltsc2019 AS base
22

33
WORKDIR /home/txnproc/
44
COPY ["/config", "config"]

0 commit comments

Comments
 (0)