From 73f4cfd601ac13db8b90617cc531789a1c3a0bbf Mon Sep 17 00:00:00 2001 From: Mikhail Trubnikov Date: Wed, 20 May 2026 16:43:56 +1000 Subject: [PATCH] =?UTF-8?q?fix(TaskReconciliation):=20=D0=98=D1=81=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=B2=D0=B5=D1=80?= =?UTF-8?q?=D1=81=D0=B8=D1=8F=20.net=20=D0=B2=20dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PARR.TaskReconciliationWorker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PARR.TaskReconciliationWorker/Dockerfile b/PARR.TaskReconciliationWorker/Dockerfile index b649892b..3f4eeec1 100644 --- a/PARR.TaskReconciliationWorker/Dockerfile +++ b/PARR.TaskReconciliationWorker/Dockerfile @@ -1,12 +1,12 @@ # See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging. # This stage is used when running from VS in fast mode (Default for Debug configuration) -FROM 10.99.253.167:8090/dotnet/runtime:7.0 AS base +FROM 10.99.253.167:8090/dotnet/runtime:9.0 AS base WORKDIR /app # This stage is used to build the service project -FROM 10.99.253.167:8090/dotnet/sdk:7.0 AS build +FROM 10.99.253.167:8090/dotnet/sdk:9.0 AS build ARG BUILD_CONFIGURATION=Release USER root WORKDIR /src