Skip to content

Commit

Permalink
fix: update to 2.0.7
Browse files Browse the repository at this point in the history
Signed-off-by: wilmardo <[email protected]>
  • Loading branch information
wilmardo committed Feb 6, 2021
1 parent 504fdee commit 17a340f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ARG ARCHITECTURE
FROM multiarch/alpine:${ARCHITECTURE}-v3.13 as builder

ENV VERSION=v2.0.5 \
ENV VERSION=v2.0.7 \
CJSON_VERSION=v1.7.14

# Add unprivileged user
Expand Down Expand Up @@ -46,7 +46,7 @@ WORKDIR /mosquitto/src
RUN CORES=$(grep -c '^processor' /proc/cpuinfo); \
export MAKEFLAGS="-j$((CORES+1)) -l${CORES}"; \
make \
CFLAGS="-Wall -O3 -static -I/build" \
CFLAGS="-O3 -static -I/build" \
LDFLAGS="-static -L/build/cjson" \
WITH_STATIC_LIBRARIES=yes \
WITH_SHARED_LIBRARIES=no \
Expand Down

0 comments on commit 17a340f

Please sign in to comment.