We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a739ff commit 153549aCopy full SHA for 153549a
test/examples/windows/Dockerfile
@@ -9,7 +9,7 @@ RUN Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointMa
9
RUN choco install -y vcredist140
10
11
# Install OpenSSL latest
12
-RUN choco install -y openssl
+RUN choco install -y openssl --version=3.1.1
13
14
#Install Runtime Debug Libraries
15
RUN choco install -y visualstudio2022buildtools --package-parameters '--includeRecommended --includeOptional --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.Component.VC.Runtime.UCRTSDK' --no-progress
0 commit comments