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 7c5bbb5 commit 1fbfc3bCopy full SHA for 1fbfc3b
Containerfile
@@ -17,7 +17,7 @@ LABEL \
17
org.opencontainers.image.licenses="MIT"
18
19
ARG \
20
- BOOKSTACK_VERSION="v25.12.8" \
+ BOOKSTACK_VERSION="v25.12.9" \
21
BOOKSTACK_REPO_URL="https://github.com/BookStackApp/BookStack"
22
23
COPY CHANGELOG.md /usr/src/container/CHANGELOG.md
rootfs/container/data/nginx/sites.available/bookstack/location/php_block.conf
@@ -12,4 +12,5 @@ location ~ \.php$ {
12
fastcgi_split_path_info ^(.+?\.php)(/.+)$;
13
fastcgi_index {{php_index_file}};
14
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
15
- {{fastcgi_params}};
+ {{fastcgi_params}};
16
+}
0 commit comments