0
1
Fork 0

Deps fixed

This commit is contained in:
Juan Ferrer 2020-01-22 20:03:10 +01:00
parent 9595e9f21f
commit e0c2c58089
3 changed files with 3 additions and 2 deletions

View File

@ -31,6 +31,7 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
php-image-text \ php-image-text \
php-text-captcha \ php-text-captcha \
php-apcu-bc \
hedera-web hedera-web
ARG BUILD_ID=unknown ARG BUILD_ID=unknown

2
debian/changelog vendored
View File

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

View File

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