refs #4922 Dockerfile updated, rules fixes
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2024-11-25 17:07:33 +01:00
parent 2bf1c1f6dc
commit 18e9f7cbe1
4 changed files with 6 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# Not using buster because of bug: https://bugs.php.net/bug.php?id=78870
FROM debian:stretch-slim
FROM debian:bookworm-slim
ARG DEBIAN_FRONTEND=noninteractive
@ -23,19 +23,19 @@ RUN a2dissite 000-default
# NodeJs
RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash - \
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
&& apt-get install -y --no-install-recommends nodejs
# Hedera
RUN curl -sL https://apt.verdnatura.es/conf/verdnatura.gpg | apt-key add - \
&& echo "deb http://apt.verdnatura.es/ stretch main" \
&& echo "deb http://apt.verdnatura.es/ bookworm main" \
> /etc/apt/sources.list.d/vn.list \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
php-apcu \
php-image-text \
php-text-captcha \
php-apcu \
php-zip \
hedera-web \
cron

2
debian/changelog vendored
View File

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

1
debian/rules vendored
View File

@ -10,7 +10,6 @@ clean:
dh_clean $@
override_dh_clean:
dh_clean
build:
npm install --no-audit --prefer-offline

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "24.50.3",
"version": "24.50.4",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"productName": "Salix",