Skip to content

Commit

Permalink
Update Dockerfile to Bookstack Version 23.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
reddexx committed Nov 20, 2023
1 parent 17d4403 commit fdce9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
FROM alpine:3 as bookstack
ENV BOOKSTACK_VERSION=23.10.2
ENV BOOKSTACK_VERSION=23.10.4
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 fdce9eb

Please sign in to comment.