From 9ba3387a66061604e3bbacfd01693c2a9248dcdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20Gr=C3=A9goire?= Date: Wed, 12 Jun 2019 10:22:48 -0400 Subject: [PATCH] Force usage of master branch. (#2506) --- projects/opendnp3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/opendnp3/Dockerfile b/projects/opendnp3/Dockerfile index 32cedd3ee..99d7c0192 100644 --- a/projects/opendnp3/Dockerfile +++ b/projects/opendnp3/Dockerfile @@ -25,6 +25,6 @@ RUN apt-get update && apt-get install -y make wget tshark RUN wget -q -O - https://github.com/Kitware/CMake/releases/download/v3.14.4/cmake-3.14.4-Linux-x86_64.sh > /tmp/install_cmake.sh && \ cd /usr && bash /tmp/install_cmake.sh -- --skip-license && \ rm /tmp/install_cmake.sh -RUN git clone --recursive --depth 1 https://github.com/automatak/dnp3.git opendnp3 +RUN git clone --recursive -b master --depth 1 https://github.com/dnp3/opendnp3.git opendnp3 WORKDIR opendnp3 COPY build.sh $SRC/