diff --git a/BackgroundProcessing/TranslateUI/Dockerfile b/BackgroundProcessing/TranslateUI/Dockerfile index bab6309..695b3e1 100644 --- a/BackgroundProcessing/TranslateUI/Dockerfile +++ b/BackgroundProcessing/TranslateUI/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/core/aspnet:2.1 +FROM mcr.microsoft.com/dotnet/core/aspnet:2.2 COPY . /app WORKDIR /app ENTRYPOINT ["dotnet", "TranslateUI.dll"] \ No newline at end of file diff --git a/BackgroundProcessing/TranslateWorker/Dockerfile b/BackgroundProcessing/TranslateWorker/Dockerfile index 04059fd..b3230c5 100644 --- a/BackgroundProcessing/TranslateWorker/Dockerfile +++ b/BackgroundProcessing/TranslateWorker/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/core/aspnet:2.1 +FROM mcr.microsoft.com/dotnet/core/aspnet:2.2 COPY . /app WORKDIR /app ENTRYPOINT ["dotnet", "TranslateWorker.dll"] \ No newline at end of file diff --git a/Bookshelf/Dockerfile b/Bookshelf/Dockerfile index 471606f..47ed937 100644 --- a/Bookshelf/Dockerfile +++ b/Bookshelf/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/core/aspnet:2.1 +FROM mcr.microsoft.com/dotnet/core/aspnet:2.2 COPY . /app WORKDIR /app ENTRYPOINT ["dotnet", "Bookshelf.dll"] \ No newline at end of file diff --git a/HelloWorld/Dockerfile b/HelloWorld/Dockerfile index 0f26c5f..2e6c9d8 100644 --- a/HelloWorld/Dockerfile +++ b/HelloWorld/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/core/aspnet:2.1 +FROM mcr.microsoft.com/dotnet/core/aspnet:2.2 COPY . /app WORKDIR /app ENTRYPOINT ["dotnet", "HelloWorld.dll"] \ No newline at end of file diff --git a/Sessions/Dockerfile b/Sessions/Dockerfile index f5aa4db..fc5b3d3 100644 --- a/Sessions/Dockerfile +++ b/Sessions/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/core/aspnet:2.1 +FROM mcr.microsoft.com/dotnet/core/aspnet:2.2 COPY . /app WORKDIR /app ENTRYPOINT ["dotnet", "Sessions.dll"] \ No newline at end of file