Skip to content

Commit

Permalink
Merge pull request #482 from andremohr/fix-version-24-2-3
Browse files Browse the repository at this point in the history
Correct BOOKSTACK_VERSION in Dockerfile for 24.02.3
  • Loading branch information
rjhenry committed Apr 16, 2024
2 parents b94bfcc + af83bc7 commit 0ceb7db
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=23.02.3
ENV BOOKSTACK_VERSION=24.02.3
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 0ceb7db

Please sign in to comment.