mirror of
https://github.com/searxng/searxng.git
synced 2025-12-29 15:10:02 +00:00
[enh] container: use Wolfi OS as base image
Wolfi OS images are specifically designed for container use. Using a specially designed base image for containers not only reduces maintenance burdens, but improves overall experience for developers (fewer packages we have to track) and end users (smaller images). Discussion here: https://github.com/searxng/searxng/issues/4753
This commit is contained in:
@@ -71,6 +71,7 @@ patch_searxng_settings() {
|
||||
"${CONF}"
|
||||
}
|
||||
|
||||
# FIXME: Always use "searxng:searxng" ownership
|
||||
update_conf() {
|
||||
FORCE_CONF_UPDATE=$1
|
||||
CONF="$2"
|
||||
|
||||
Reference in New Issue
Block a user