Build with Rust 1.50
Some checks failed
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

2
Jenkinsfile vendored
View File

@@ -1,6 +1,6 @@
pipeline { pipeline {
agent { agent {
docker { image 'rust:1.44.0-alpine' } docker { image 'rust:1.50.0-alpine' }
} }
stages { stages {
stage('setup') { stage('setup') {