SearXNG: pinned to last working version
Some checks failed
caddy / build (push) Successful in 5m22s
wolfree / build (push) Failing after 2s
simplytranslate / build (push) Failing after 4s
send / build (push) Failing after 3s
redlib / build-redlib (push) Successful in 11m43s
rat-aint-tieba / build (push) Failing after 6s
proxigram / build (push) Failing after 4s
priviblur / build-priviblur (push) Failing after 2s
imgin / build (push) Failing after 5s
binternet / build (push) Failing after 3s
searxng / build-searxng (push) Successful in 55s
Some checks failed
caddy / build (push) Successful in 5m22s
wolfree / build (push) Failing after 2s
simplytranslate / build (push) Failing after 4s
send / build (push) Failing after 3s
redlib / build-redlib (push) Successful in 11m43s
rat-aint-tieba / build (push) Failing after 6s
proxigram / build (push) Failing after 4s
priviblur / build-priviblur (push) Failing after 2s
imgin / build (push) Failing after 5s
binternet / build (push) Failing after 3s
searxng / build-searxng (push) Successful in 55s
This commit is contained in:
parent
e93e505527
commit
1db840b84e
@ -10,6 +10,7 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- ".gitea/workflows/searxng.yaml"
|
||||
- "dockerfiles/searxng.Dockerfiles"
|
||||
|
||||
jobs:
|
||||
build-searxng:
|
||||
|
@ -1,4 +1,8 @@
|
||||
FROM docker.io/searxng/searxng:latest
|
||||
# FROM docker.io/searxng/searxng:latest
|
||||
|
||||
# Pin to last working version with hostname plugin
|
||||
# https://github.com/searxng/searxng/issues/4263
|
||||
FROM docker.io/searxng/searxng:2025.1.26-70f1b6500
|
||||
|
||||
# copy custom simple theme css and limiter.toml from the PaulGo fork
|
||||
COPY --from=docker.io/paulgoio/searxng:production /etc/searxng/limiter.toml /etc/searxng/limiter.toml
|
||||
|
Loading…
Reference in New Issue
Block a user