aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-bscnat-test/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ttcn3-bscnat-test/Dockerfile')
-rw-r--r--ttcn3-bscnat-test/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttcn3-bscnat-test/Dockerfile b/ttcn3-bscnat-test/Dockerfile
index b19413e..ba61877 100644
--- a/ttcn3-bscnat-test/Dockerfile
+++ b/ttcn3-bscnat-test/Dockerfile
@@ -11,7 +11,7 @@ RUN cd osmo-ttcn3-hacks && \
RUN git config --global user.email docker@dock.er && \
git config --global user.name "Dock Er"
-ARG OSMO_TTCN3_BRANCH="master"
+ARG OSMO_TTCN3_BRANCH="daniel/bscnat_tests"
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
RUN cd osmo-ttcn3-hacks && \