From c1c309ea452ee72ad897eaf843bd120b80f2a2be Mon Sep 17 00:00:00 2001 From: NeoRazorX Date: Sun, 27 Sep 2020 12:22:54 +0200 Subject: [PATCH] Updated core version to 2020.71. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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