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 8f3b400 commit cf809d5Copy full SHA for cf809d5
Dockerfile
@@ -10,7 +10,7 @@ WORKDIR /src
10
RUN apk add --no-cache ca-certificates build-base patch cmake git libtool autoconf automake \
11
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
12
# Openssl
13
-RUN git clone --recursive https://github.com/quictls/openssl --branch openssl-3.1.0+quic+locks /src/openssl
+RUN git clone --recursive https://github.com/quictls/openssl --branch openssl-3.1.2+quic /src/openssl
14
# modsecurity
15
RUN git clone --recursive https://github.com/SpiderLabs/ModSecurity /src/ModSecurity && \
16
cd /src/ModSecurity && \
0 commit comments