From 6dcb9900602aefc4060377d2478dad129dec7f7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 06:29:25 +0000 Subject: [PATCH] chore(deps): update lscr.io/linuxserver/bookstack docker tag to v24.05.20240511 (#3472) --- apps/bookstack/config.json | 4 ++-- apps/bookstack/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/bookstack/config.json b/apps/bookstack/config.json index b6dc3e19..efc0d7d3 100644 --- a/apps/bookstack/config.json +++ b/apps/bookstack/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8119, "id": "bookstack", - "tipi_version": 18, - "version": "24.02.20240304", + "tipi_version": 19, + "version": "24.05.20240511", "description": "BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information. Default login: admin@admin.com password: password", "short_desc": "BookStack is a self-hosted platform for organising and storing information.", "author": "Dan Brown", diff --git a/apps/bookstack/docker-compose.yml b/apps/bookstack/docker-compose.yml index 0daa7fb1..8514bed0 100644 --- a/apps/bookstack/docker-compose.yml +++ b/apps/bookstack/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: bookstack: - image: lscr.io/linuxserver/bookstack:24.02.20240304 + image: lscr.io/linuxserver/bookstack:24.05.20240511 container_name: bookstack environment: - APP_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}