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 94737f3 commit 62a900eCopy full SHA for 62a900e
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.8
+ENV FS_VERSION 2021.01
13
14
# Download FacturaScripts
15
ADD https://facturascripts.com/DownloadBuild/1/${FS_VERSION} /tmp/facturascripts.zip
0 commit comments