Skip to content

Commit cf809d5

Browse files
authored
update openssl
Signed-off-by: Zoey <[email protected]>
1 parent 8f3b400 commit cf809d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ WORKDIR /src
1010
RUN apk add --no-cache ca-certificates build-base patch cmake git libtool autoconf automake \
1111
libatomic_ops-dev zlib-dev luajit-dev pcre-dev linux-headers yajl-dev libxml2-dev libxslt-dev perl-dev curl-dev lua5.1-dev lmdb-dev
1212
# Openssl
13-
RUN git clone --recursive https://github.com/quictls/openssl --branch openssl-3.1.0+quic+locks /src/openssl
13+
RUN git clone --recursive https://github.com/quictls/openssl --branch openssl-3.1.2+quic /src/openssl
1414
# modsecurity
1515
RUN git clone --recursive https://github.com/SpiderLabs/ModSecurity /src/ModSecurity && \
1616
cd /src/ModSecurity && \

0 commit comments

Comments
 (0)