diff --git a/Jenkinsfile b/Jenkinsfile index 113f19e..e315aa5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ spec: node-role.kubernetes.io/worker: "true" containers: - name: rust-ci - image: rust:1.87-bookworm + image: rust:1.88-bookworm command: ["cat"] tty: true volumeMounts: