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, "available": true,
"exposable": true, "exposable": true,
"id": "zipline", "id": "zipline",
"tipi_version": 2, "tipi_version": 3,
"version": "3.7.0", "version": "3.7.1",
"categories": ["media"], "categories": [
"media"
],
"description": "A ShareX/file upload server that is easy to use, packed with features, and with an easy setup! ", "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! ", "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", "author": "https://github.com/diced",

View File

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