From 3c4b201069c7c39ecbba3dbd48d2dfdc5b59824c Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Sat, 15 Oct 2022 14:42:26 +0200 Subject: [PATCH] debian version updated --- Dockerfile | 2 +- Jenkinsfile | 2 +- debian/changelog | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7a153ce0..72ee3490 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash - \ # Hedera RUN curl -sL https://apt.verdnatura.es/conf/verdnatura.gpg | apt-key add - \ - && echo "deb http://apt.verdnatura.es/ jessie main" \ + && echo "deb http://apt.verdnatura.es/ stretch main" \ > /etc/apt/sources.list.d/vn.list \ && apt-get update diff --git a/Jenkinsfile b/Jenkinsfile index 4d023933..11b267b2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -46,7 +46,7 @@ pipeline { } steps { sh 'debuild -us -uc -b' - sh 'vn-includedeb jessie' + sh 'vn-includedeb stretch' } } stage('Container') { diff --git a/debian/changelog b/debian/changelog index d2025216..c1cb6d97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.408.21) stable; urgency=low +hedera-web (1.408.22) stable; urgency=low * Initial Release. diff --git a/package.json b/package.json index 2cfc6786..10138fda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "1.408.21", + "version": "1.408.22", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": {