From 08283bb995c68d7dde91d3fecdb5cb8f51fcb363 Mon Sep 17 00:00:00 2001 From: "Tom A. Wagner" Date: Thu, 6 May 2021 09:36:24 +0200 Subject: [PATCH] Update CI to Fedora 34 and Rust 1.51 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b2e453..34a0577 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,9 +15,9 @@ variables: # Version and tag for our current container .fedora: variables: - FDO_DISTRIBUTION_VERSION: '33' + FDO_DISTRIBUTION_VERSION: '34' # Update this to trigger a container rebuild - FDO_DISTRIBUTION_TAG: '2021-03-14.0' + FDO_DISTRIBUTION_TAG: '2021-05-06.0' build-fedora-container: extends: