Skip to content

Commit

Permalink
Merge pull request #241 from hardillb/bump-lws
Browse files Browse the repository at this point in the history
Bump LWS version to 4.2.2
  • Loading branch information
iegomez committed Aug 17, 2022
2 parents e1c527a + 08cfd88 commit e351f00
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Define Mosquitto version
ARG MOSQUITTO_VERSION=2.0.9
ARG MOSQUITTO_VERSION=2.0.15
# Define libwebsocket version
ARG LWS_VERSION=2.4.2
ARG LWS_VERSION=4.2.2

# Use debian:stable-slim as a builder for Mosquitto and dependencies.
FROM debian:stable-slim as mosquitto_builder
Expand Down Expand Up @@ -31,7 +31,8 @@ RUN set -ex; \
-DLWS_WITH_HTTP2=OFF \
-DLWS_WITH_SHARED=OFF \
-DLWS_WITH_ZIP_FOPS=OFF \
-DLWS_WITH_ZLIB=OFF; \
-DLWS_WITH_ZLIB=OFF \
-DLWS_WITH_EXTERNAL_POLL=ON; \
make -j "$(nproc)"; \
rm -rf /root/.cmake

Expand Down

0 comments on commit e351f00

Please sign in to comment.