From aa520092491b1d1988d246bfac64f1626802abba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Mohr?= <62677846+andremohr@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:09:05 +0200 Subject: [PATCH] feat: update to Bookstack 24.10 --- Dockerfile | 2 +- README.md | 8 ++++---- VERSION | 2 +- docker-compose.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index ad09587..9689150 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3 as bookstack -ENV BOOKSTACK_VERSION=24.05.4 +ENV BOOKSTACK_VERSION=24.10 RUN apk add --no-cache curl tar RUN set -x; \ curl -SL -o bookstack.tar.gz https://github.com/BookStackApp/BookStack/archive/v${BOOKSTACK_VERSION}.tar.gz \ diff --git a/README.md b/README.md index 8cc39e5..7765d09 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,8 @@ Networking changed in Docker v1.9, so you need to do one of the following steps. ```bash docker run -d --link bookstack_db_:mysql \ -p 8080:8080 \ - --name bookstack_24.5.4 \ - solidnerd/bookstack:24.5.4 + --name bookstack_24.10.0 \ + solidnerd/bookstack:24.10.0 ``` ### Docker 1.9+ @@ -104,8 +104,8 @@ Networking changed in Docker v1.9, so you need to do one of the following steps. -e DB_PASSWORD=secret \ -e APP_URL=http://example.com \ -p 8080:8080 \ - --name="bookstack_24.5.4" \ - solidnerd/bookstack:24.5.4 + --name="bookstack_24.10.0" \ + solidnerd/bookstack:24.10.0 ``` The APP_URL parameter should be the base URL for your BookStack instance without diff --git a/VERSION b/VERSION index 7d66b9a..2165135 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -24.5.4 +24.10.0 diff --git a/docker-compose.yml b/docker-compose.yml index 8f03a1b..76d72e3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: - mysql-data:/var/lib/mysql bookstack: - image: solidnerd/bookstack:24.5.4 + image: solidnerd/bookstack:24.10.0 depends_on: - mysql environment: