Skip to content

Commit c7597a9

Browse files
authored
Merge pull request #405 from reddexx/patch-41
Update Dockerfile
2 parents 00898a1 + 8422f44 commit c7597a9

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.05.2
2+
ENV BOOKSTACK_VERSION=23.06
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)