From 40f44601fbc7020cde688bc715d92b92bd8fd0e6 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Date: Fri, 15 May 2020 08:16:42 +0200 Subject: [PATCH] FacturaScripts 2020.42 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cb26bab..c280f89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get update && \ # Install php extensions RUN docker-php-ext-install bcmath gd mysqli pgsql zip -ENV FS_VERSION 2020.4 +ENV FS_VERSION 2020.42 # Download FacturaScripts ADD https://facturascripts.com/DownloadBuild/1/${FS_VERSION} /tmp/facturascripts.zip @@ -23,4 +23,4 @@ VOLUME /var/www/html COPY facturascripts.sh /usr/local/bin/facturascripts RUN chmod +x /usr/local/bin/facturascripts -CMD ["facturascripts"] \ No newline at end of file +CMD ["facturascripts"]