chore(deps): update ghcr.io/flaresolverr/flaresolverr docker tag to v3.3.18 (#3514)

This commit is contained in:
renovate[bot] 2024-05-20 05:59:34 +00:00 committed by GitHub
parent 7b43a24599
commit d25966e521
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 12 deletions

View File

@ -6,21 +6,14 @@
"exposable": false, "exposable": false,
"no_gui": true, "no_gui": true,
"id": "flaresolverr", "id": "flaresolverr",
"tipi_version": 13, "tipi_version": 14,
"version": "3.3.17", "version": "3.3.18",
"categories": [ "categories": ["media", "security", "utilities"],
"media",
"security",
"utilities"
],
"description": "FlareSolverr is a proxy server to bypass Cloudflare and DDoS-GUARD protection.", "description": "FlareSolverr is a proxy server to bypass Cloudflare and DDoS-GUARD protection.",
"short_desc": "Bypass Cloudflare and DDoS-GuARD.", "short_desc": "Bypass Cloudflare and DDoS-GuARD.",
"author": "FlareSolverr Team", "author": "FlareSolverr Team",
"source": "https://github.com/FlareSolverr/FlareSolverr", "source": "https://github.com/FlareSolverr/FlareSolverr",
"website": "https://github.com/FlareSolverr/FlareSolverr", "website": "https://github.com/FlareSolverr/FlareSolverr",
"form_fields": [], "form_fields": [],
"supported_architectures": [ "supported_architectures": ["arm64", "amd64"]
"arm64",
"amd64"
]
} }

View File

@ -1,7 +1,7 @@
services: services:
flaresolverr: flaresolverr:
container_name: flaresolverr container_name: flaresolverr
image: ghcr.io/flaresolverr/flaresolverr:v3.3.17 image: ghcr.io/flaresolverr/flaresolverr:v3.3.18
restart: unless-stopped restart: unless-stopped
environment: environment:
- LOG_LEVEL=${FLARESOLVERR_LOG_LEVEL-info} - LOG_LEVEL=${FLARESOLVERR_LOG_LEVEL-info}