aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-05-04 08:39:40 +0200
committerOliver Smith <osmith@sysmocom.de>2021-05-04 09:30:48 +0200
commitce8da526b0fffb06d2c465ed4f4605b44de6831d (patch)
tree32098d4ffb76ab288b78dee07a059cf310608f33
parentb9646a9ffc85d2327c3efd5ebd3159941846c0e2 (diff)
centos8-build: use nightly URL to invalidate cache
Fix copy paste mistake. Change-Id: I1c5cfe782207af2a2e505fa30e77b9ea9fd143c5
-rw-r--r--centos8-build/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/centos8-build/Dockerfile b/centos8-build/Dockerfile
index 001c161..68920e0 100644
--- a/centos8-build/Dockerfile
+++ b/centos8-build/Dockerfile
@@ -54,4 +54,4 @@ RUN dnf install -y \
COPY .common/respawn.sh /usr/local/bin/respawn.sh
# Invalidate cache once the repository is updated
-ADD $OSMOCOM_REPO_MIRROR/repositories/network:/osmocom:/latest/CentOS_8/repodata/repomd.xml /tmp/repomd.xml
+ADD $OSMOCOM_REPO_MIRROR/repositories/network:/osmocom:/nightly/CentOS_8/repodata/repomd.xml /tmp/repomd.xml