diff options
| author | Michael Biebl <biebl@debian.org> | 2025-02-28 17:38:21 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2025-02-28 17:38:21 +0100 |
| commit | 625e8ce60e826bde943487b8238884a9232e4562 (patch) | |
| tree | 4c1f0f88c466c69c27fc9ffbe787cc7d0964d630 /.gitlab-ci.yml | |
| parent | 8bdf070ff046f482f6eb5e2b15ebc216f5d1e3da (diff) | |
New upstream version 1.52.0 upstream/1.52.0
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75816296..c3c36ed8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,9 +61,9 @@ variables: # This is done by running `ci-fairy generate-template` and possibly bumping # ".default_tag". ALPINE_TAG: 'tag-77ec3d923fd6' - CENTOS_TAG: 'tag-8af9c6a05c7b' + CENTOS_TAG: 'tag-7a677f4838e1' DEBIAN_TAG: 'tag-ecad19904683' - FEDORA_TAG: 'tag-8af9c6a05c7b' + FEDORA_TAG: 'tag-7a677f4838e1' UBUNTU_TAG: 'tag-ecad19904683' ALPINE_EXEC: 'bash .gitlab-ci/alpine-install.sh' |