Skip to content

Commit b894234

Browse files
authored
Merge pull request #447 from reddexx/patch-44
Update Dockerfile Bookstack 23.10.1
2 parents 02f38bb + 5a1c7cd commit b894234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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=23.10
2+
ENV BOOKSTACK_VERSION=23.10.1
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)