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 debian:bookworm-slim
|
||||
FROM registry.verdnatura.es/verdnatura/node:20.18.3-vn1
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ pipeline {
|
|||
}
|
||||
agent {
|
||||
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/'
|
||||
registryCredentialsId 'docker-registry'
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web-back",
|
||||
"version": "24.50.16",
|
||||
"version": "25.8.0",
|
||||
"description": "Verdnatura web page backend",
|
||||
"license": "GPL-3.0",
|
||||
"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.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "24.50.19",
|
||||
"version": "25.8.0",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"productName": "Verdnatura",
|
||||
|
|
Loading…
Reference in New Issue