aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-bts-test/Dockerfile
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-01-15 18:55:12 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2020-02-06 19:45:31 +0100
commitfd3883f3b1513943d35232bcecac18d702d82a82 (patch)
tree32acebbcb3c653e14a0b493830c38475031d50af /ttcn3-bts-test/Dockerfile
parent17b594502068dc4b28fa57ca087afe4170180e58 (diff)
Diffstat (limited to 'ttcn3-bts-test/Dockerfile')
-rw-r--r--ttcn3-bts-test/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttcn3-bts-test/Dockerfile b/ttcn3-bts-test/Dockerfile
index 29185c8..26f097e 100644
--- a/ttcn3-bts-test/Dockerfile
+++ b/ttcn3-bts-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="pespin/bts-perf"
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
RUN cd osmo-ttcn3-hacks && \