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 3f2c96a commit 930001aCopy full SHA for 930001a
openresty-ssl-ja3/Dockerfile
@@ -179,7 +179,7 @@ RUN apk add --no-cache --virtual .build-deps \
179
&& cd /tmp \
180
&& git clone -b 0.8.9 https://github.com/nginx/njs \
181
&& git clone https://github.com/bellard/quickjs \
182
- && cd quickjs && CFLAGS='-fPIC' make libquickjs.a && cd .. \
+ && cd quickjs && git checkout 6e2e68fd0896957f92eb6c242a2e048c1ef3cae0 && CFLAGS='-fPIC' make libquickjs.a && cd .. \
183
&& git clone https://github.com/fooinha/nginx-ssl-ja3.git \
184
&& curl -fSL https://openresty.org/download/openresty-${RESTY_VERSION}.tar.gz -o openresty-${RESTY_VERSION}.tar.gz \
185
&& tar xzf openresty-${RESTY_VERSION}.tar.gz \
0 commit comments