diff --git a/.gitlab-image-tags.yml b/.gitlab-image-tags.yml index defbd8d204..1b83f558b0 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: '2023-04-03.0' + FEDORA_TAG: '2023-04-05.0' INDENT_TAG: '2023-03-16.1' LINT_TAG: '2023-02-16.5' WINDOWS_TAG: '2023-04-03.0' diff --git a/ci/docker/fedora/prepare.sh b/ci/docker/fedora/prepare.sh index 0419173730..9c3bed1fa1 100644 --- a/ci/docker/fedora/prepare.sh +++ b/ci/docker/fedora/prepare.sh @@ -240,7 +240,7 @@ chmod +x rustup-init; rm rustup-init; chmod -R a+w $RUSTUP_HOME $CARGO_HOME -cargo install cargo-c --version 0.9.12+cargo-0.64 +cargo install cargo-c --version 0.9.17+cargo-0.69 rustup --version cargo --version rustc --version