Skip to content

Commit 475a915

Browse files
authored
Merge pull request #509 from solidnerd/rjh_update
feat: update to Bookstack 24.05.4
2 parents ba1c520 + cf645b8 commit 475a915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:3 as bookstack
2-
ENV BOOKSTACK_VERSION=24.05.3
2+
ENV BOOKSTACK_VERSION=24.05.4
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)