Skip to content

Commit 3e82a27

Browse files
Merge pull request #119 from StefanScherer/update-libressl-2.5.3
Update LibreSSL 2.5.3
2 parents c51cbc3 + ed9b772 commit 3e82a27

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

dockertls/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM microsoft/nanoserver
22

33
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
44

5-
ENV VERSION 2.4.4
5+
ENV VERSION 2.5.3
66

77
ENV LIBRESSLPATH C:\libressl
88

dockertls/test.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
$ErrorActionPreference = 'SilentlyContinue';
12
docker run --rm -e SERVER_NAME=test -e IP_ADDRESSES=127.0.0.1 dockertls 2>&1
3+
$ErrorActionPreference = 'Stop';

0 commit comments

Comments
 (0)