Skip to content

Commit 19e49e1

Browse files
authored
⬆️ Update Bookstack to v22.11 (#200)
1 parent 5608220 commit 19e49e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bookstack/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN \
3232
composer=2.4.2-r0 \
3333
\
3434
&& curl -J -L -o /tmp/bookstack.tar.gz \
35-
https://github.com/BookStackApp/BookStack/archive/v22.10.2.tar.gz \
35+
https://github.com/BookStackApp/BookStack/archive/v22.11.tar.gz \
3636
&& mkdir -p /var/www/bookstack \
3737
&& tar zxf /tmp/bookstack.tar.gz -C \
3838
/var/www/bookstack --strip-components=1 \

0 commit comments

Comments
 (0)