Build with Rust 1.50
Core Repos/Rack/pipeline/head There was a failure building this commit

This commit is contained in:
Cameron Cordes
2021-02-15 18:15:17 -05:00
parent e899cd2648
commit 2b84afb12e
Vendored
+1 -1
View File
@@ -1,6 +1,6 @@
pipeline {
agent {
docker { image 'rust:1.44.0-alpine' }
docker { image 'rust:1.50.0-alpine' }
}
stages {
stage('setup') {