Skip to content

Commit df8571c

Browse files
authored
Merge pull request #362 from reddexx/patch-30
Update to Bookstack Version 22.11
2 parents cdd458b + 3359670 commit df8571c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:3 as bookstack
2-
ENV BOOKSTACK_VERSION=22.10.2
2+
ENV BOOKSTACK_VERSION=22.11
33
RUN apk add --no-cache curl tar
44
RUN set -x; \
55
curl -SL -o bookstack.tar.gz https://github.com/BookStackApp/BookStack/archive/v${BOOKSTACK_VERSION}.tar.gz \

0 commit comments

Comments
 (0)