diff --git a/Dockerfile b/Dockerfile index 08be315..b5f3851 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apt-get update && \ docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ && \ docker-php-ext-install bcmath gd mysqli pdo pdo_mysql pgsql zip -ENV FS_VERSION 2020.61 +ENV FS_VERSION 2020.71 # Download FacturaScripts ADD https://facturascripts.com/DownloadBuild/1/${FS_VERSION} /tmp/facturascripts.zip