Dockerfile

This commit is contained in:
Mateusz 2024-04-01 19:20:15 +02:00
parent cc51e56a0c
commit adeb93674b
1 changed files with 1 additions and 1 deletions

2
stats/Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'mateusz887/ium:latest'
image 'mateusz887/ium:version3.0'
}
}