From b3f5b9ee429ed1fc3924c2183fa8146c0d1a591c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 15:22:03 +0000 Subject: [PATCH] chore(deps): update lscr.io/linuxserver/bookstack docker tag to v23.12.20231229 (#1909) --- 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 07774c95..11133090 100644 --- a/apps/bookstack/config.json +++ b/apps/bookstack/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8119, "id": "bookstack", - "tipi_version": 13, - "version": "23.10.20231030", + "tipi_version": 14, + "version": "23.12.20231229", "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 25cb0c7b..74b648e1 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:23.10.20231030 + image: lscr.io/linuxserver/bookstack:23.12.20231229 container_name: bookstack environment: - APP_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}