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

This commit is contained in:
renovate[bot] 2024-01-18 13:48:16 +00:00 committed by GitHub
parent ff086f12e5
commit 31ac502a7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 5 deletions

View File

@ -5,13 +5,18 @@
"available": true,
"exposable": true,
"id": "deluge",
"tipi_version": 3,
"version": "2.1.1",
"categories": ["utilities"],
"tipi_version": 4,
"version": "18.04.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:2.1.1
image: lscr.io/linuxserver/deluge:18.04.1
container_name: deluge
environment:
- PUID=1000