Skip to content

Commit a950a80

Browse files
committed
Bookstack Version bump from 25.02.4 to 25.02.5
1 parent 439cfde commit a950a80

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.02.4
2+
ENV BOOKSTACK_VERSION=v25.02.5
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 \

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25.02.4
1+
25.02.5

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212

1313
bookstack:
1414
image: solidnerd/bookstack:master
15-
# image: bookstack:25.02.4
15+
# image: bookstack:25.02.5
1616
# build:
1717
# context: ./
1818
# dockerfile: Dockerfile

0 commit comments

Comments
 (0)