New container image
Some checks failed
gitea/real_analysis/pipeline/head There was a failure building this commit

This commit is contained in:
2025-11-15 13:30:30 +01:00
parent 81586f7f19
commit 13455b406d

2
Jenkinsfile vendored
View File

@@ -4,7 +4,7 @@ pipeline {
stage('Build') {
agent {
docker {
image 'kjarosh/latex:2024.4'
image 'kjarosh/latex:2025.1'
reuseNode true
}
}