Fix docker image syntax
Some checks failed
Core Repos/Rack/pipeline/head There was a failure building this commit

This commit is contained in:
Cameron Cordes
2020-06-17 13:56:52 -04:00
parent 58faa5127f
commit 3dfc01d9f1

2
Jenkinsfile vendored
View File

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