From 10b59769f93c9b41c30a6dadc0738e203e4a8b9a Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Sun, 13 Jul 2025 20:39:48 +0300 Subject: [PATCH] ci: who wrote this --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }