IUM_04 - update Jenkinsfile

This commit is contained in:
Paweł Łączkowski 2024-03-29 17:28:57 +01:00
parent 623ebcbdb7
commit 399a1b173d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'dzikafoczka/ium:latest'
image 'dzikafoczka/ium:1.0'
}
}