Skip to content

Commit d2850b1

Browse files
LeeCampbellclaude
andcommitted
fix: correct Docker base image to existing tag
10.0-bookworm-slim does not exist on MCR. .NET 10 SDK images use Ubuntu Noble (24.04) as the default distro. Switch to 10.0-noble. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6698b6c commit d2850b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autonomous/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# HdrHistogram.NET Agent Container
33
# .NET SDK + Claude Code + gh CLI + firewall
44
# =============================================================================
5-
FROM mcr.microsoft.com/dotnet/sdk:10.0-bookworm-slim
5+
FROM mcr.microsoft.com/dotnet/sdk:10.0-noble
66
RUN dotnet_version=8.0 \
77
&& curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin \
88
--runtime dotnet --channel $dotnet_version --install-dir /usr/share/dotnet \

0 commit comments

Comments
 (0)