From 04b2e0ff50f66e70b1f75d44b5b2f5f477854c18 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Wed, 27 Jul 2022 11:35:35 +0200 Subject: [PATCH] Deploy fixes --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8f6f5749..33f4e364 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ pipeline { } agent { docker { - image 'registry.verdnatura.es/debuild:2.21.3-vn1' + image 'registry.verdnatura.es/debuild:2.21.3-vn2' registryUrl 'https://registry.verdnatura.es/' registryCredentialsId 'docker-registry' args '-v /mnt/appdata/reprepro:/reprepro'