From 2ae2cad4e701e809016327777ab26a781ba9bd40 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Sat, 15 Oct 2022 14:48:26 +0200 Subject: [PATCH] Debian version increased --- Jenkinsfile | 4 ++-- debian/changelog | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 04a1139..fc5494d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { } agent { docker { - image 'registry.verdnatura.es/vn-debuild' + image 'registry.verdnatura.es/debuild:2.21.3-vn2' registryUrl 'https://registry.verdnatura.es/' registryCredentialsId 'docker-registry' args '-v /mnt/appdata/reprepro:/reprepro' @@ -24,7 +24,7 @@ pipeline { } steps { sh 'debuild -us -uc -b' - sh 'vn-includedeb' + sh 'vn-includedeb stretch' } } } diff --git a/debian/changelog b/debian/changelog index ce6388e..058231d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -php-vn-lib (2.1.11) stable; urgency=low +php-vn-lib (2.1.12) stable; urgency=low * Initial Release.