diff --git a/Dockerfile b/Dockerfile index 7efd66ed..28afb979 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,37 +1,28 @@ # syntax=docker.io/docker/dockerfile:1 -## This stage is only used to support preparing the runtime-image stage -FROM ubuntu:24.04 AS deps +FROM mcr.microsoft.com/dotnet/aspnet:8.0 RUN <