aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-hlr-latest/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'osmo-hlr-latest/Dockerfile')
-rw-r--r--osmo-hlr-latest/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/osmo-hlr-latest/Dockerfile b/osmo-hlr-latest/Dockerfile
index ece7aa6..b0a06d0 100644
--- a/osmo-hlr-latest/Dockerfile
+++ b/osmo-hlr-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