Skip to content

Commit cbb6a16

Browse files
authored
⬆ Update Bookstack to v21.08.3. (#137)
1 parent c8f542a commit cbb6a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bookstack/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN \
3232
composer=2.1.6-r0 \
3333
\
3434
&& curl -J -L -o /tmp/bookstack.tar.gz \
35-
https://github.com/BookStackApp/BookStack/archive/v21.05.4.tar.gz \
35+
https://github.com/BookStackApp/BookStack/archive/v21.08.3.tar.gz \
3636
&& mkdir -p /var/www/bookstack \
3737
&& tar zxvf /tmp/bookstack.tar.gz -C \
3838
/var/www/bookstack --strip-components=1 \

0 commit comments

Comments
 (0)