Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 30b6fa7

Browse files
committed
Bookstack Version bump from 25.07 to 25.07.1
1 parent c3235a4 commit 30b6fa7

File tree

5 files changed

+6
-6
lines changed

5 files changed

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

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ Note that if you want to use LDAP, `$` has to be escape like `\$`, i.e. `-e "LDA
7979
-e APP_URL=http://localhost:8080 \
8080
-e APP_KEY=SomeRandomStringWith32Characters \
8181
-p 8080:8080 \
82-
--name="bookstack_25.07" \
83-
solidnerd/bookstack:25.07
82+
--name="bookstack_25.07.1" \
83+
solidnerd/bookstack:25.07.1
8484
```
8585

8686
The APP_URL parameter should be the base URL for your BookStack instance without

‎VERSION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25.07
1+
25.07.1

‎docker-compose-xenon.yml‎

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

1414
app:
15-
#image: bookstack:25.07
15+
#image: bookstack:25.07.1
1616
build: .
1717
depends_on:
1818
- mysql

‎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.07
15+
# image: bookstack:25.07.1
1616
# build:
1717
# context: ./
1818
# dockerfile: Dockerfile

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /