Dockerfile with force update of PHP lib
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2021-03-31 12:53:13 +02:00
parent 3008f4b87f
commit 7591bebe83
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ RUN apt-get update \
ARG BUILD_ID=unknown
RUN apt-get update \
&& apt-get install -y hedera-web \
&& apt-get install -y php-vn-lib hedera-web \
&& rm -rf /var/lib/apt/lists/*
CMD ["apachectl", "-D", "FOREGROUND"]

2
debian/changelog vendored
View File

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

View File

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