We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c309e commit 94737f3Copy full SHA for 94737f3
Dockerfile
@@ -9,7 +9,7 @@ RUN apt-get update && \
9
docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ && \
10
docker-php-ext-install bcmath gd mysqli pdo pdo_mysql pgsql zip
11
12
-ENV FS_VERSION 2020.71
+ENV FS_VERSION 2020.8
13
14
# Download FacturaScripts
15
ADD https://facturascripts.com/DownloadBuild/1/${FS_VERSION} /tmp/facturascripts.zip
0 commit comments