Skip to content

Commit

Permalink
Merge pull request #414 from solidnerd/rjh_update
Browse files Browse the repository at this point in the history
Update Dockerfile for Bookstack 23.6.1
  • Loading branch information
rjhenry committed Jul 5, 2023
2 parents d1ea9c2 + 8aeb052 commit 8e3d9e8
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.06
ENV BOOKSTACK_VERSION=23.06.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 8e3d9e8

Please sign in to comment.