diff --git a/Jenkinsfile b/Jenkinsfile index a560719..20ec08e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,9 @@ pipeline { agent { - image "python:3.11-slim-bookworm" - args "-v /var/run/docker.sock:/var/run/docker.sock" + docker { + image "python:3.11-slim-bookworm" + args "-v /var/run/docker.sock:/var/run/docker.sock" + } } environment {