diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2557c93..d524c64 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,43 +73,43 @@ variables: .fedora:38: extends: .fdo.distribution-image@fedora variables: - FDO_DISTRIBUTION_TAG: '2023-05-08.0' + FDO_DISTRIBUTION_TAG: '2024-03-24.0' FDO_DISTRIBUTION_VERSION: '38' .fedora:39: extends: .fdo.distribution-image@fedora variables: - FDO_DISTRIBUTION_TAG: '2023-05-08.0' + FDO_DISTRIBUTION_TAG: '2024-03-24.0' FDO_DISTRIBUTION_VERSION: '39' .ubuntu:23.04: extends: .fdo.distribution-image@ubuntu variables: - FDO_DISTRIBUTION_TAG: '2023-05-08.0' + FDO_DISTRIBUTION_TAG: '2024-03-24.0' FDO_DISTRIBUTION_VERSION: '23.04' .debian:stable: extends: .fdo.distribution-image@debian variables: - FDO_DISTRIBUTION_TAG: '2023-05-08.0' + FDO_DISTRIBUTION_TAG: '2024-03-24.0' FDO_DISTRIBUTION_VERSION: 'stable' .debian:sid: extends: .fdo.distribution-image@debian variables: - FDO_DISTRIBUTION_TAG: '2023-05-08.0' + FDO_DISTRIBUTION_TAG: '2024-03-24.0' FDO_DISTRIBUTION_VERSION: 'sid' .arch:rolling: extends: .fdo.distribution-image@arch variables: - FDO_DISTRIBUTION_TAG: '2023-05-08.0' + FDO_DISTRIBUTION_TAG: '2024-03-24.0' FDO_DISTRIBUTION_VERSION: 'rolling' .alpine:latest: extends: .fdo.distribution-image@alpine variables: - FDO_DISTRIBUTION_TAG: '2023-05-08.0' + FDO_DISTRIBUTION_TAG: '2024-03-24.0' FDO_DISTRIBUTION_VERSION: 'latest' diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml index ad7df68..1f09f0d 100644 --- a/.gitlab-ci/config.yml +++ b/.gitlab-ci/config.yml @@ -3,7 +3,7 @@ # # We're happy to rebuild all containers when one changes. -.default_tag: &default_tag '2023-05-08.0' +.default_tag: &default_tag '2024-03-24.0' distributions: - name: fedora