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

This commit is contained in:
renovate[bot] 2023-07-02 22:46:37 +00:00 committed by GitHub
parent 49d374da2c
commit 0e13e49f41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -5,9 +5,11 @@
"available": true,
"exposable": true,
"id": "zipline",
"tipi_version": 2,
"version": "3.7.0",
"categories": ["media"],
"tipi_version": 3,
"version": "3.7.1",
"categories": [
"media"
],
"description": "A ShareX/file upload server that is easy to use, packed with features, and with an easy setup! ",
"short_desc": "A ShareX/file upload server that is easy to use, packed with features, and with an easy setup! ",
"author": "https://github.com/diced",

View File

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