From 90d808cb10b28e3f689aad956a381be9432511c2 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 12 Feb 2026 13:47:20 +0000 Subject: [PATCH] chore(deps): update mcr.microsoft.com/dotnet/core/aspnet docker tag to v2.2 --- BackgroundProcessing/TranslateUI/Dockerfile | 2 +- BackgroundProcessing/TranslateWorker/Dockerfile | 2 +- Bookshelf/Dockerfile | 2 +- HelloWorld/Dockerfile | 2 +- Sessions/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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