aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-sip-latest
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-05-04 07:50:49 +0200
committerOliver Smith <osmith@sysmocom.de>2021-05-04 09:30:48 +0200
commit8e95373986f8991b509d85515305b50dd7bd026a (patch)
tree4234c57d2457594ab564254d751fb9aa6ae65e02 /osmo-sip-latest
parent6ad42884a599ab538c52413ed58f3d8c1ea3e152 (diff)
osmo-*-latest: use OSMOCOM_REPO_VERSION
Diffstat (limited to 'osmo-sip-latest')
-rw-r--r--osmo-sip-latest/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/osmo-sip-latest/Dockerfile b/osmo-sip-latest/Dockerfile
index 825735c..d70341b 100644
--- a/osmo-sip-latest/Dockerfile
+++ b/osmo-sip-latest/Dockerfile
@@ -1,6 +1,7 @@
ARG USER
ARG DISTRO
-FROM $USER/$DISTRO-obs-latest
+ARG OSMOCOM_REPO_VERSION="latest"
+FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION
# Arguments used after FROM must be specified again
ARG DISTRO