bump: 2024.6.7-f5eb56b63
This commit is contained in:
parent
b0cda136f5
commit
bca030ddb8
2
.env
2
.env
@ -1,2 +1,2 @@
|
||||
PROD_URL=searx.gmoker.com
|
||||
IMAGEAPP=docker.io/searxng/searxng:2024.6.7-d4c3d3099
|
||||
IMAGEAPP=docker.io/searxng/searxng:2024.6.7-f5eb56b63
|
||||
|
1320
config/settings.yml
1320
config/settings.yml
File diff suppressed because it is too large
Load Diff
2
diff.sh
2
diff.sh
@ -5,7 +5,7 @@
|
||||
DOCKER_API='https://hub.docker.com/v2/namespaces/searxng/repositories/searxng'
|
||||
REPO='https://github.com/searxng/searxng/raw'
|
||||
|
||||
new_tag="$(curl -L "$DOCKER_API/tags" | jq -r '.results[3].name')"
|
||||
new_tag="$(curl -L "$DOCKER_API/tags" | jq -r '.results[2].name')"
|
||||
new_commit="$(grep -Eo '\w+$' <<< "$new_tag")"
|
||||
|
||||
for f in config/*; do
|
||||
|
Loading…
Reference in New Issue
Block a user