aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2022-01-31 11:19:23 +0100
committerMarcoFalke <falke.marco@gmail.com>2022-02-01 10:13:25 +0100
commitfa5457e64adfc6060382bd36c45e95be6ea693ef (patch)
tree4a3790a5abd523aa6ec289cf825cf8dd9da23c7f /.cirrus.yml
parentfcac16fff87b9a949b925831167c2ca5e22eac2c (diff)
downloadbitcoin-fa5457e64adfc6060382bd36c45e95be6ea693ef.tar.xz
ci: Bump CentOS 8 image
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index dcc63c6e32..fec4975080 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -188,7 +188,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"