diff --git a/build/Dockerfile b/build/Dockerfile index c0c07a2..302993c 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -20,7 +20,7 @@ FROM builder AS publisher RUN dotnet publish --no-build --self-contained false -c Release -o out ./src/NuttyTree.NetDaemon/NuttyTree.NetDaemon.csproj -FROM mcr.microsoft.com/dotnet/aspnet:9.0 +FROM mcr.microsoft.com/dotnet/aspnet:10.0 RUN apt-get update -y \ && apt-get install -y --no-install-recommends curl \