aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-hnbgw-latest/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'osmo-hnbgw-latest/Dockerfile')
-rw-r--r--osmo-hnbgw-latest/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/osmo-hnbgw-latest/Dockerfile b/osmo-hnbgw-latest/Dockerfile
index 161480b..15e515f 100644
--- a/osmo-hnbgw-latest/Dockerfile
+++ b/osmo-hnbgw-latest/Dockerfile
@@ -1,4 +1,5 @@
-FROM debian:stretch
+ARG REGISTRY=docker.io
+FROM ${REGISTRY}/debian:stretch
MAINTAINER Harald Welte <laforge@gnumonks.org>