0
1
Fork 0

debian version updated

This commit is contained in:
Juan Ferrer 2022-10-15 14:42:26 +02:00
parent 94c4c43bb5
commit 3c4b201069
4 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash - \
# Hedera # Hedera
RUN curl -sL https://apt.verdnatura.es/conf/verdnatura.gpg | apt-key add - \ 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 \ > /etc/apt/sources.list.d/vn.list \
&& apt-get update && apt-get update

2
Jenkinsfile vendored
View File

@ -46,7 +46,7 @@ pipeline {
} }
steps { steps {
sh 'debuild -us -uc -b' sh 'debuild -us -uc -b'
sh 'vn-includedeb jessie' sh 'vn-includedeb stretch'
} }
} }
stage('Container') { stage('Container') {

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.408.21) stable; urgency=low hedera-web (1.408.22) stable; urgency=low
* Initial Release. * Initial Release.

View File

@ -1,6 +1,6 @@
{ {
"name": "hedera-web", "name": "hedera-web",
"version": "1.408.21", "version": "1.408.22",
"description": "Verdnatura web page", "description": "Verdnatura web page",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": { "repository": {