chore(deps): update koush/scrypted docker tag to v20 (#1458)

* chore(deps): update koush/scrypted docker tag to v20

* Update app version [ready]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tipi CI <ci@runtipi.io>
This commit is contained in:
renovate[bot] 2023-11-14 17:21:41 -05:00 committed by GitHub
parent 52d8795c5d
commit 97caaa2798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 5 deletions

View File

@ -6,9 +6,11 @@
"exposable": false, "exposable": false,
"https": true, "https": true,
"id": "scrypted", "id": "scrypted",
"tipi_version": 5, "tipi_version": 6,
"version": "18-jammy-full.s6-v0.57.0", "version": "20-jammy-full.s6-v0.57.0",
"categories": ["security"], "categories": [
"security"
],
"description": "Scrypted is a high performance home video integration and automation platform", "description": "Scrypted is a high performance home video integration and automation platform",
"short_desc": "High performance home video integration and automation platform", "short_desc": "High performance home video integration and automation platform",
"author": "Koush", "author": "Koush",
@ -21,5 +23,8 @@
"env_variable": "SCRYPTED_BEARER_TOKEN" "env_variable": "SCRYPTED_BEARER_TOKEN"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -3,7 +3,7 @@ version: "3"
services: services:
scrypted: scrypted:
container_name: scrypted container_name: scrypted
image: koush/scrypted:18-jammy-full.s6-v0.57.0 image: koush/scrypted:20-jammy-full.s6-v0.57.0
privileged: true privileged: true
volumes: volumes:
- ${APP_DATA_DIR}/data/scrypted/database:/server/volume - ${APP_DATA_DIR}/data/scrypted/database:/server/volume