From 72c02dcda71cab7c2562fa31aa6d7874ca0c1fa9 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Tue, 20 Jun 2023 17:30:36 +0200 Subject: [PATCH] refs #5879 Jenkinsfile: debuild updated --- Jenkinsfile | 2 +- debian/changelog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0d55b78..4417834 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { } agent { docker { - image 'registry.verdnatura.es/debuild:2.21.3-vn2' + image 'registry.verdnatura.es/debuild:2.23.4-vn1' registryUrl 'https://registry.verdnatura.es/' registryCredentialsId 'docker-registry' args '-v /mnt/appdata/reprepro:/reprepro' diff --git a/debian/changelog b/debian/changelog index 98abd80..291155e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -php-vn-lib (2.1.17) stable; urgency=low +php-vn-lib (2.1.18) stable; urgency=low * Initial Release.