Skip to content

Commit 5758b40

Browse files
committed
Added newest 1.1.1x version of OpenSSL
1 parent 0e27e95 commit 5758b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/openssl/openssl-1_1_1X.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cd "$(dirname "$0")" || exit 1
33
source ../helper-functions.sh
44

5-
array=(a b c d e f g h i m -pre1 -pre2 -pre3 -pre4 -pre5 -pre6 -pre7 -pre8 -pre9)
5+
array=(a b c d e f g h i m s -pre1 -pre2 -pre3 -pre4 -pre5 -pre6 -pre7 -pre8 -pre9)
66
typeset -i i=0 max=${#array[*]}
77
_docker build --build-arg VERSION= -t ${DOCKER_REPOSITORY}openssl-server:1.1.1 -f Dockerfile-1_1_1x --target openssl-server .
88
_docker build --build-arg VERSION= -t ${DOCKER_REPOSITORY}openssl-client:1.1.1 -f Dockerfile-1_1_1x --target openssl-client .

0 commit comments

Comments
 (0)