diff --git a/.gitlab-image-tags.yml b/.gitlab-image-tags.yml index 3e61184f46..190ee15cb0 100644 --- a/.gitlab-image-tags.yml +++ b/.gitlab-image-tags.yml @@ -5,7 +5,7 @@ variables: # If you are hacking on them or need a them to rebuild, its enough # to change any part of the string of the image you want. ### - FEDORA_TAG: '2024-02-08.0' + FEDORA_TAG: '2024-02-13.0' INDENT_TAG: '2023-08-24.3' diff --git a/ci/docker/fedora/install-rust.sh b/ci/docker/fedora/install-rust.sh index 9137c6ffe4..66918ef40d 100644 --- a/ci/docker/fedora/install-rust.sh +++ b/ci/docker/fedora/install-rust.sh @@ -19,7 +19,7 @@ chmod +x rustup-init; rm rustup-init; chmod -R a+w $RUSTUP_HOME $CARGO_HOME -cargo install cargo-c --version 0.9.28+cargo-0.75.0 +cargo install cargo-c --version 0.9.30+cargo-0.77.0 rustup --version cargo --version