chore(deps): update ghcr.io/diced/zipline docker tag to v3.7.9 (#2626)

This commit is contained in:
renovate[bot] 2024-03-01 07:59:37 +00:00 committed by GitHub
parent 5e5ec03222
commit 4501d25938
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "zipline",
"tipi_version": 9,
"version": "3.7.8",
"tipi_version": 10,
"version": "3.7.9",
"categories": [
"media"
],

View File

@ -3,7 +3,7 @@ version: '3.7'
services:
zipline:
container_name: zipline
image: ghcr.io/diced/zipline:3.7.8
image: ghcr.io/diced/zipline:3.7.9
ports:
- '${APP_PORT}:3000'
restart: unless-stopped