Revert "chore(deps): update lscr.io/linuxserver/deluge docker tag to v18" (#2157)

This commit is contained in:
JigSaw 2024-01-18 16:48:31 +01:00 committed by GitHub
parent 04ce5ac236
commit 02ab1a4cf1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -5,18 +5,13 @@
"available": true,
"exposable": true,
"id": "deluge",
"tipi_version": 4,
"version": "18.04.1",
"categories": [
"utilities"
],
"tipi_version": 3,
"version": "2.1.1",
"categories": ["utilities"],
"description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client.",
"short_desc": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client.",
"author": "https://github.com/deluge-torrent",
"source": "https://github.com/linuxserver/docker-deluge",
"form_fields": [],
"supported_architectures": [
"arm64",
"amd64"
]
"supported_architectures": ["arm64", "amd64"]
}

View File

@ -1,7 +1,7 @@
version: "2.1"
services:
deluge:
image: lscr.io/linuxserver/deluge:18.04.1
image: lscr.io/linuxserver/deluge:2.1.1
container_name: deluge
environment:
- PUID=1000