ci: Pin rust-nightly image

This commit is contained in:
Kévin Commaille 2023-08-14 11:24:22 +02:00
parent 65a471416e
commit f9fcc0df3f
No known key found for this signature in database
GPG Key ID: 29A48C1F03620416
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ variables:
# Configure and run code checks
# Exits and fails if an error is encountered
checks:
image: "rustlang/rust:nightly-slim"
image: "instrumentisto/rust:nightly-slim-2023-08-11"
stage: check
script:
- scripts/checks.sh --verbose --force-install