aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Émile Grégoire <eg@emilegregoire.ca>2019-06-12 10:22:48 -0400
committerGravatar Max Moroz <mmoroz@chromium.org>2019-06-12 07:22:48 -0700
commit9ba3387a66061604e3bbacfd01693c2a9248dcdb (patch)
tree4ced0ec9630a917bea3b24df3af3f905eec8333e
parent7394fb5eecf61ebe4b2620d0884f3532bbbc878a (diff)
Force usage of master branch. (#2506)
-rw-r--r--projects/opendnp3/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/opendnp3/Dockerfile b/projects/opendnp3/Dockerfile
index 32cedd3e..99d7c019 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/