Fix Dockerfile: Use standard .NET SDK 9.0 image instead of jammy variant
This commit is contained in:
parent
252416318d
commit
6b9902daf4
@ -9,7 +9,7 @@ RUN apt-get update && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Use the SDK image for building
|
||||
FROM mcr.microsoft.com/dotnet/sdk:9.0-jammy AS build
|
||||
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
|
||||
WORKDIR /src
|
||||
|
||||
# Copy project files first for better layer caching
|
||||
|
||||
Loading…
Reference in New Issue
Block a user