diff --git a/build/Dockerfile b/build/Dockerfile index a8bac14..d622211 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:10.0.5 +FROM mcr.microsoft.com/dotnet/aspnet:10.0.7 RUN apt-get update -y \ && apt-get install -y --no-install-recommends curl \