aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-hlr-master
diff options
context:
space:
mode:
Diffstat (limited to 'osmo-hlr-master')
-rw-r--r--osmo-hlr-master/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/osmo-hlr-master/Dockerfile b/osmo-hlr-master/Dockerfile
index 3757a32..2f7a165 100644
--- a/osmo-hlr-master/Dockerfile
+++ b/osmo-hlr-master/Dockerfile
@@ -23,7 +23,7 @@ RUN case "$DISTRO" in \
# we need to add this to invalidate the cache once the repository is updated.
# unfortunately Dockerfiles don't support a conditional ARG, so we need to add both DPKG + RPM
ADD $OSMOCOM_REPO/Release /tmp/Release
-ADD $OSMOCOM_REPO_MIRROR/repositories/network:/osmocom:/nightly/CentOS_8_Stream/repodata/repomd.xml /tmp/repomd.xml
+ADD $OSMOCOM_REPO_MIRROR/repositories/network:/osmocom:/nightly/CentOS_8/repodata/repomd.xml /tmp/repomd.xml
RUN case "$DISTRO" in \
debian*) \
apt-get update && \