diff --git a/.gitlab-image-tags.yml b/.gitlab-image-tags.yml index f8283719b6..d74fb26c3f 100644 --- a/.gitlab-image-tags.yml +++ b/.gitlab-image-tags.yml @@ -5,9 +5,9 @@ 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-10-17.0' + FEDORA_TAG: '2024-10-18.0' - DEBIAN_TAG: '2024-10-17.0' + DEBIAN_TAG: '2024-10-18.0' INDENT_TAG: '2024-05-28.0' diff --git a/ci/scripts/install-rust.sh b/ci/scripts/install-rust.sh index c5a0bbd641..a0fd0884be 100644 --- a/ci/scripts/install-rust.sh +++ b/ci/scripts/install-rust.sh @@ -19,7 +19,7 @@ chmod +x rustup-init; rm rustup-init; chmod -R a+w $RUSTUP_HOME $CARGO_HOME -cargo install --locked cargo-c --version 0.10.4+cargo-0.82.0 +cargo install --locked cargo-c --version 0.10.5+cargo-0.83.0 rustup --version cargo --version