mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-09 00:39:54 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user