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

This commit is contained in:
renovate[bot] 2023-11-21 12:53:33 +00:00 committed by GitHub
parent 3d1d6e9446
commit 90a63e66f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "zipline",
"tipi_version": 6,
"version": "3.7.5",
"tipi_version": 7,
"version": "3.7.6",
"categories": [
"media"
],

View File

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