diff --git a/Jenkinsfile b/Jenkinsfile index 88172da..7d13125 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ pipeline { agent { - docker { image 'registry.gitlab.com/buildroot.org/buildroot/base' } + docker { image 'registry.gitlab.com/buildroot.org/buildroot/base:20230207.1123' } } stages { stage('Clone') {