diff --git a/Jenkinsfile b/Jenkinsfile index 839b12f..b0b1124 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ pipeline { agent { - docker { + dockerContainer { image 'rust:1.75' // Use official Rust Docker image args '-v $HOME/.cargo:/root/.cargo' // Cache Cargo dependencies }