From 6dcb8c242b88a8975a37aa75e41263e84b0ed265 Mon Sep 17 00:00:00 2001 From: Ahmed-Ghanam <114151129+Ahmed-Ghanam@users.noreply.github.com> Date: Thu, 14 Nov 2024 13:42:08 +0100 Subject: [PATCH] Revert "Update mcr.microsoft.com/dotnet/sdk Docker tag to v9 (#67)" (#68) This reverts commit 78efcee322dd3ebc9fe2923798a46ea99770f2cc. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6abdf20..3a09e86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #Use the official .NET SDK image with Alpine Linux as a base image -FROM mcr.microsoft.com/dotnet/sdk:9.0.100-alpine3.20 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0.404-alpine3.20 AS build # Set the working directory in the container WORKDIR /app