forked from verdnatura/hedera-web
debian version updated
This commit is contained in:
parent
94c4c43bb5
commit
3c4b201069
|
@ -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
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ pipeline {
|
|||
}
|
||||
steps {
|
||||
sh 'debuild -us -uc -b'
|
||||
sh 'vn-includedeb jessie'
|
||||
sh 'vn-includedeb stretch'
|
||||
}
|
||||
}
|
||||
stage('Container') {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.408.21) stable; urgency=low
|
||||
hedera-web (1.408.22) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.408.21",
|
||||
"version": "1.408.22",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue