From e9cf997193616ff3c84084bded8869e1c98af821 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 13:57:12 -0400 Subject: [PATCH] chore(deps): update lscr.io/linuxserver/bookstack docker tag to v23.05.20230503 (#462) * chore(deps): update lscr.io/linuxserver/bookstack docker tag to v23.05.20230503 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- 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 4e8e423e..a4d565ba 100644 --- a/apps/bookstack/config.json +++ b/apps/bookstack/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8119, "id": "bookstack", - "tipi_version": 6, - "version": "23.02.20230226", + "tipi_version": 7, + "version": "23.05.20230503", "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 b97dba39..9853994d 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.02.20230226 + image: lscr.io/linuxserver/bookstack:23.05.20230503 container_name: bookstack environment: - APP_URL=http://${INTERNAL_IP}:${APP_PORT}