diff --git a/integration-tests/MySQLDockerfile b/integration-tests/MySQLDockerfile index afc964d72f..7821c11a46 100644 --- a/integration-tests/MySQLDockerfile +++ b/integration-tests/MySQLDockerfile @@ -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