chore(deps): update lscr.io/linuxserver/freshrss docker tag to v1.22.1 (#1502)

This commit is contained in:
renovate[bot] 2023-10-30 22:22:36 +00:00 committed by GitHub
parent 6dc29fc2d2
commit 19fb70210b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8086,
"id": "freshrss",
"tipi_version": 6,
"version": "1.22.0",
"tipi_version": 7,
"version": "1.22.1",
"categories": [
"utilities"
],
@ -15,5 +15,8 @@
"author": "https://freshrss.org/",
"source": "https://github.com/FreshRSS/FreshRSS",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": [
"arm64",
"amd64"
]
}

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
freshrss:
image: lscr.io/linuxserver/freshrss:1.22.0
image: lscr.io/linuxserver/freshrss:1.22.1
container_name: freshrss
environment:
- PUID=1000