diff --git a/ci/windows/Dockerfile b/ci/windows/Dockerfile index fa9a9bda30..e4f3da7947 100644 --- a/ci/windows/Dockerfile +++ b/ci/windows/Dockerfile @@ -22,7 +22,7 @@ RUN choco install -y --no-progress sed RUN choco install -y --no-progress winflexbison3 RUN choco install -y --no-progress msysgit RUN choco install -y --no-progress python -RUN choco install -y --no-progress openssl +RUN choco install -y --no-progress openssl --version=3.1.1 # Set working environment. SHELL [ "cmd", "/c" ]