Update Rust image to 1.55
All checks were successful
Core Repos/ImageApi/pipeline/pr-master This commit looks good

This commit is contained in:
Cameron Cordes
2021-10-13 12:12:25 -04:00
parent 652c2d03d5
commit f0e96071be

2
Jenkinsfile vendored
View File

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