Skip to content

Commit 3337e2f

Browse files
committed
Bookstack version bump from 24.10.2 to 24.10.3
1 parent 3f108f5 commit 3337e2f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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=24.10.2
2+
ENV BOOKSTACK_VERSION=24.10.3
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 \

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
7070
```bash
7171
docker run -d --link bookstack_db_:mysql \
7272
-p 8080:8080 \
73-
--name bookstack_24.10.2 \
74-
solidnerd/bookstack:24.10.2
73+
--name bookstack_24.10.3 \
74+
solidnerd/bookstack:24.10.3
7575
```
7676

7777
### Docker 1.9+
@@ -104,8 +104,8 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
104104
-e DB_PASSWORD=secret \
105105
-e APP_URL=http://example.com \
106106
-p 8080:8080 \
107-
--name="bookstack_24.10.2" \
108-
solidnerd/bookstack:24.10.2
107+
--name="bookstack_24.10.3" \
108+
solidnerd/bookstack:24.10.3
109109
```
110110

111111
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-
24.10.2
1+
24.10.3

docker-compose.yml

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

1414
bookstack:
1515
image: solidnerd/bookstack:master
16-
# image: bookstack:24.10.2
16+
# image: bookstack:24.10.3
1717
# build:
1818
# context: ./
1919
# dockerfile: Dockerfile

0 commit comments

Comments
 (0)