diff --git a/autonomous/Dockerfile b/autonomous/Dockerfile index 053ba65..a4b6554 100644 --- a/autonomous/Dockerfile +++ b/autonomous/Dockerfile @@ -2,7 +2,7 @@ # HdrHistogram.NET Agent Container # .NET SDK + Claude Code + gh CLI + firewall # ============================================================================= -FROM mcr.microsoft.com/dotnet/sdk:10.0-bookworm-slim +FROM mcr.microsoft.com/dotnet/sdk:10.0-noble RUN dotnet_version=8.0 \ && curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin \ --runtime dotnet --channel $dotnet_version --install-dir /usr/share/dotnet \