Testing
Apps/everybody-mov/pipeline/head There was a failure building this commit Details

This commit is contained in:
Amber McCloughan 2022-09-01 00:30:06 -04:00
parent 32c7e4fe91
commit ba6393bd1f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent {
docker {
image 'python:3.10-slim-bullseye'
image 'python:3.10-buster'
}
}