Pin .NET SDK to version 8.0.412 for reproducible builds

Update from using --channel 8.0 to --version 8.0.412 to ensure
consistent and reproducible testing environment.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Neil Macneale IV
2025-07-29 18:38:41 +00:00
parent e4a681be4e
commit 65e27bc892

View File

@@ -78,7 +78,7 @@ RUN go install .
WORKDIR /
# install dotnet
RUN curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 8.0 --install-dir /usr/local/bin --no-path && \
RUN curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --version 8.0.412 --install-dir /usr/local/bin --no-path && \
dotnet --version
# install pip for python3.9