Skip to content

Commit 153549a

Browse files
Install Fix OpenSSL version in windows example testing (#5918) (#5919)
(cherry picked from commit d09c3c3) Signed-off-by: Mario Dominguez <[email protected]> Co-authored-by: Mario Domínguez López <[email protected]>
1 parent 1a739ff commit 153549a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/examples/windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointMa
99
RUN choco install -y vcredist140
1010

1111
# Install OpenSSL latest
12-
RUN choco install -y openssl
12+
RUN choco install -y openssl --version=3.1.1
1313

1414
#Install Runtime Debug Libraries
1515
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

Comments
 (0)