Skip to content

Commit 4cdaa55

Browse files
committed
chore(deps): update mcr.microsoft.com/dotnet/core/aspnet docker tag to v2.2
1 parent 24c425e commit 4cdaa55

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
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:2.2
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:2.2
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:2.2
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:2.2
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:2.2
22
COPY . /app
33
WORKDIR /app
44
ENTRYPOINT ["dotnet", "Sessions.dll"]

0 commit comments

Comments
 (0)