summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild/create_repo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/create_repo.sh b/build/create_repo.sh
index f2bde32d..51875172 100755
--- a/build/create_repo.sh
+++ b/build/create_repo.sh
@@ -57,7 +57,7 @@ set_environment () {
;;
centos|rhel)
distro_type="rhel"
- docker_image="centos:centos7.6.1810"
+ docker_image="centos:centos7.9.2009"
expected_dir="resources/pkg/rpm"
container_name="${1}_repo${container_name_suffix}"
;;