Skip to content

Commit ab72156

Browse files
committed
Bookstack version bump from 23.12 to 23.12.1
1 parent 2ea808d commit ab72156

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
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.12
2+
ENV BOOKSTACK_VERSION=23.12.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 \

README.md

+4-4
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_23.12 \
74-
solidnerd/bookstack:23.12
73+
--name bookstack_23.12.1 \
74+
solidnerd/bookstack:23.12.1
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_23.12" \
108-
solidnerd/bookstack:23.12
107+
--name="bookstack_23.12.1" \
108+
solidnerd/bookstack:23.12.1
109109
```
110110

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

RELEASE.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ It may also be useful to update documentation references at the same time.
66

77
## Example
88

9-
For Bookstack version 23.12:
9+
For Bookstack version 23.12.1:
1010

1111
```shell
12-
sed -i '' -e 's/22.11.1/23.12/g' * # 22.11.1 was the previous version
13-
git commit -am "Update references to version 23.12" [-S]
14-
git tag [-s] -a 23.12 -m "Release version 23.08.3"
12+
sed -i '' -e 's/22.11.1/23.12.1/g' * # 22.11.1 was the previous version
13+
git commit -am "Update references to version 23.12.1" [-S]
14+
git tag [-s] -a 23.12.1 -m "Release version 23.08.3"
1515
git push --tags
1616
```
1717

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
23.12
1+
23.12.1

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313

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

0 commit comments

Comments
 (0)