From 889680d92bd0a2676e52ab1a5f09af0be0b60685 Mon Sep 17 00:00:00 2001 From: Lukas Schmid Date: Thu, 13 Jun 2024 10:39:20 +0200 Subject: [PATCH] add version --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {