Skip to content

Commit 5e90770

Browse files
committed
chore(deps): update mcr.microsoft.com/dotnet/core/aspnet docker tag to v3
1 parent 7647a2b commit 5e90770

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/core/aspnet:2.1
1+
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1
22
COPY . /app
33
WORKDIR /app
44
ENTRYPOINT ["dotnet", "TranslateUI.dll"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/core/aspnet:2.1
1+
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1
22
COPY . /app
33
WORKDIR /app
44
ENTRYPOINT ["dotnet", "TranslateWorker.dll"]

Bookshelf/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/core/aspnet:2.1
1+
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1
22
COPY . /app
33
WORKDIR /app
44
ENTRYPOINT ["dotnet", "Bookshelf.dll"]

HelloWorld/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/core/aspnet:2.1
1+
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1
22
COPY . /app
33
WORKDIR /app
44
ENTRYPOINT ["dotnet", "HelloWorld.dll"]

Sessions/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/core/aspnet:2.1
1+
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1
22
COPY . /app
33
WORKDIR /app
44
ENTRYPOINT ["dotnet", "Sessions.dll"]

0 commit comments

Comments
 (0)