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
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

2
Jenkinsfile vendored
View File

@ -46,7 +46,7 @@ pipeline {
}
steps {
sh 'debuild -us -uc -b'
sh 'vn-includedeb jessie'
sh 'vn-includedeb stretch'
}
}
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.

View File

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