diff --git a/Jenkinsfile b/Jenkinsfile index 0f3aa30..75967d3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent { docker { - image 'python:3.10-slim-bullseye' + image 'python:3.10-buster' } }