Skip to content

Commit

Permalink
Merge pull request #354 from reddexx/patch-28
Browse files Browse the repository at this point in the history
update to 22.10.1
  • Loading branch information
rjhenry authored Oct 28, 2022
2 parents 6d59c44 + 9296416 commit 2d4de2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3 as bookstack
ENV BOOKSTACK_VERSION=22.09
ENV BOOKSTACK_VERSION=22.10.1
RUN apk add --no-cache curl tar
RUN set -x; \
curl -SL -o bookstack.tar.gz https://github.com/BookStackApp/BookStack/archive/v${BOOKSTACK_VERSION}.tar.gz \
Expand Down

0 comments on commit 2d4de2b

Please sign in to comment.