diff --git a/apps/zipline/config.json b/apps/zipline/config.json index 11959919..fba7b9e5 100644 --- a/apps/zipline/config.json +++ b/apps/zipline/config.json @@ -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", diff --git a/apps/zipline/docker-compose.yml b/apps/zipline/docker-compose.yml index 06818606..a6fca920 100644 --- a/apps/zipline/docker-compose.yml +++ b/apps/zipline/docker-compose.yml @@ -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