Skip to content

Commit 930001a

Browse files
committed
fixed version quickjs
1 parent 3f2c96a commit 930001a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openresty-ssl-ja3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ RUN apk add --no-cache --virtual .build-deps \
179179
&& cd /tmp \
180180
&& git clone -b 0.8.9 https://github.com/nginx/njs \
181181
&& git clone https://github.com/bellard/quickjs \
182-
&& cd quickjs && CFLAGS='-fPIC' make libquickjs.a && cd .. \
182+
&& cd quickjs && git checkout 6e2e68fd0896957f92eb6c242a2e048c1ef3cae0 && CFLAGS='-fPIC' make libquickjs.a && cd .. \
183183
&& git clone https://github.com/fooinha/nginx-ssl-ja3.git \
184184
&& curl -fSL https://openresty.org/download/openresty-${RESTY_VERSION}.tar.gz -o openresty-${RESTY_VERSION}.tar.gz \
185185
&& tar xzf openresty-${RESTY_VERSION}.tar.gz \

0 commit comments

Comments
 (0)