Update 'Jenkinsfile1'

This commit is contained in:
Kacper Dudzic 2022-04-08 18:17:16 +02:00
parent b534c4a05d
commit fb5d31d05e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
pipeline {
agent {
docker { image 's449288/ium:2.0' }
docker { image 's449288/ium:2.1' }
}
stages {
stage('Stage 1') {