Try slim image for building rayon #3

Merged
cameron merged 1 commits from feature/fix-jenkins-build into master 2021-02-16 01:24:34 +00:00
Showing only changes of commit d73663d389 - Show all commits

2
Jenkinsfile vendored
View File

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