This commit is contained in:
parent
c0bcad6ce0
commit
7c7f1b976c
|
@ -1,5 +1,4 @@
|
||||||
# Not using buster because of bug: https://bugs.php.net/bug.php?id=78870
|
FROM registry.verdnatura.es/verdnatura/node:20.18.3-vn1
|
||||||
FROM debian:bookworm-slim
|
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'registry.verdnatura.es/verdnatura/debuild:2.23.4-vn8'
|
image 'registry.verdnatura.es/verdnatura/debuild:2.23.4-vn9'
|
||||||
registryUrl 'https://registry.verdnatura.es/'
|
registryUrl 'https://registry.verdnatura.es/'
|
||||||
registryCredentialsId 'docker-registry'
|
registryCredentialsId 'docker-registry'
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web-back",
|
"name": "hedera-web-back",
|
||||||
"version": "24.50.16",
|
"version": "25.8.0",
|
||||||
"description": "Verdnatura web page backend",
|
"description": "Verdnatura web page backend",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"author": "Verdnatura Levante SL"
|
"author": "Verdnatura Levante SL"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (24.50.16) stable; urgency=low
|
hedera-web (25.8.0) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "24.50.19",
|
"version": "25.8.0",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"productName": "Verdnatura",
|
"productName": "Verdnatura",
|
||||||
|
|
Loading…
Reference in New Issue