aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-cn-latest/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'osmo-cn-latest/Dockerfile')
-rw-r--r--osmo-cn-latest/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/osmo-cn-latest/Dockerfile b/osmo-cn-latest/Dockerfile
index 3b49c29..ba98621 100644
--- a/osmo-cn-latest/Dockerfile
+++ b/osmo-cn-latest/Dockerfile
@@ -1,4 +1,5 @@
-FROM debian:stretch
+ARG REGISTRY=docker.io
+FROM ${REGISTRY}/debian:stretch
MAINTAINER Daniel Willmann <dwillmann@sysmocom.de>