chore(deps): update lscr.io/linuxserver/calibre-web docker tag to v0.6.21 (#1437)

This commit is contained in:
renovate[bot] 2023-10-23 05:55:55 +00:00 committed by GitHub
parent 7fe21148bc
commit 0957b17868
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -4,10 +4,12 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"port": 8100, "port": 8100,
"tipi_version": 6, "tipi_version": 7,
"version": "0.6.20", "version": "0.6.21",
"id": "calibre-web", "id": "calibre-web",
"categories": ["books"], "categories": [
"books"
],
"description": "On the initial setup screen, enter /books as your calibre library location. \n Default admin login: Username: admin Password: admin123", "description": "On the initial setup screen, enter /books as your calibre library location. \n Default admin login: Username: admin Password: admin123",
"short_desc": "Calibre-web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.", "short_desc": "Calibre-web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.",
"author": "https://github.com/janeczku/", "author": "https://github.com/janeczku/",

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
calibre-web: calibre-web:
image: lscr.io/linuxserver/calibre-web:0.6.20 image: lscr.io/linuxserver/calibre-web:0.6.21
container_name: calibre-web container_name: calibre-web
environment: environment:
- PUID=1000 - PUID=1000