diff --git a/Dockerfile b/Dockerfile index 7371a665..7d8ba665 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] diff --git a/debian/changelog b/debian/changelog index 70c77e0c..bfcc827d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.407.42) stable; urgency=low +hedera-web (1.407.43) stable; urgency=low * Initial Release. diff --git a/package.json b/package.json index 825936e7..560893be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "1.407.42", + "version": "1.407.43", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": {