diff --git a/Jenkinsfile b/Jenkinsfile index f264da26..3e434ad2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,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 32948892..99c20630 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (23.6.14) stable; urgency=low +hedera-web (23.6.15) stable; urgency=low * Initial Release. diff --git a/package.json b/package.json index 25c533dc..70237436 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "23.6.14", + "version": "23.6.15", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": {