Pin NNG to release version 1.1.1
[ci-management.git] / docker / bldr-ubuntu-c-go-nng / Dockerfile
index 90e7d01..6809e09 100644 (file)
@@ -50,6 +50,7 @@ RUN wget -nv https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja
 
 RUN git clone https://github.com/nanomsg/nng.git \
     && cd nng \
+    && git checkout v1.1.1 \
     && mkdir build \
     && cd build \
     && cmake -DBUILD_SHARED_LIBS=1 -G Ninja .. \