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 77ca4cf commit ca1ef8cCopy full SHA for ca1ef8c
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.51
+ENV FS_VERSION 2020.61
13
14
# Download FacturaScripts
15
ADD https://facturascripts.com/DownloadBuild/1/${FS_VERSION} /tmp/facturascripts.zip
0 commit comments