Skip to content

Commit 1c3e154

Browse files
authored
Merge pull request #526 from solidnerd/rjh_update
feat: update Dockerfile to use Bookstack v25.02
2 parents 2041ada + 359b53a commit 1c3e154

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=v24.12.1
2+
ENV BOOKSTACK_VERSION=v25.02
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/${BOOKSTACK_VERSION}.tar.gz \

0 commit comments

Comments
 (0)