Bump Jenkins build image to 1.51
Some checks failed
Core Repos/ImageApi/pipeline/head There was a failure building this commit
Core Repos/ImageApi/pipeline/pr-master There was a failure building this commit

This commit is contained in:
Cameron Cordes
2021-03-25 13:18:16 -04:00
parent 31e95dc158
commit 7f534a18bf

2
Jenkinsfile vendored
View File

@@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'rust:1.48'
image 'rust:1.51'
args '-v "$PWD":/usr/src/image-api'
}
}