Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 8d4d5ce

Browse files
authored
Merge branch 'main' into main
2 parents fadca0e + 01934b2 commit 8d4d5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasmplugin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN git clone -b v3.9.1 https://github.com/protocolbuffers/protobuf \
3333
ARG MODSEC_SHA=a3454df9b09a8de16d41be10cdea4fc46ef08e91
3434

3535
WORKDIR /root/
36-
RUN git clone https://github.com/emscripten-core/emsdk.git -b 3.1.8 \
36+
RUN git clone https://github.com/emscripten-core/emsdk.git -b 3.1.15 \
3737
&& git clone https://github.com/maxfierke/libpcre.git -b mf-wasm32-wasi-cross-compile \
3838
&& git clone https://github.com/SpiderLabs/ModSecurity.git \
3939
&& git -C ModSecurity checkout $MODSEC_SHA \

0 commit comments

Comments
 (0)