Skip to content

Commit 74b838b

Browse files
authored
Merge pull request #620 from reddexx/patch-56
Update BOOKSTACK_VERSION to v25.12.4
2 parents 1451cb1 + c70b526 commit 74b838b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:3 AS bookstack
2-
ENV BOOKSTACK_VERSION=v25.12.3
2+
ENV BOOKSTACK_VERSION=v25.12.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/${BOOKSTACK_VERSION}.tar.gz \

0 commit comments

Comments
 (0)