diff options
author | MarcoFalke <falke.marco@gmail.com> | 2022-01-31 11:19:23 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-02-14 16:54:36 +0000 |
commit | b5d12edb0842919ad5213e65db48d8cf8f0e676e (patch) | |
tree | de9f783ea5272bfa9b77792807076d00fbf22b22 /.cirrus.yml | |
parent | 685ac6ad2e48093d69cccd1d242ed36a326cf90b (diff) |
ci: Bump CentOS 8 image
Github-Pull: #24212
Rebased-From: fa5457e64adfc6060382bd36c45e95be6ea693ef
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 16fd0cefc3..04365430b9 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -105,7 +105,7 @@ task: name: '32-bit + dash [gui] [CentOS 8]' << : *GLOBAL_TASK_TEMPLATE container: - image: centos:8 + image: quay.io/centos/centos:stream8 env: << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV PACKAGE_MANAGER_INSTALL: "yum install -y" |