Skip to content

Commit

Permalink
Upstream update to 2024.3.10-707d6270c
Browse files Browse the repository at this point in the history
  • Loading branch information
k0gen committed Mar 11, 2024
1 parent 1ab1fda commit 8bbc8c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM redis:alpine as redis

FROM searxng/searxng:2024.1.9-54a662658
FROM searxng/searxng:2024.3.10-707d6270c

USER root

Expand Down
6 changes: 3 additions & 3 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
id: searxng
title: "SearXNG"
version: 2024.1.9
version: 2024.3.10
release-notes: |
- Updated SearXNG code to the latest version from upstream.
> `Highlights`
- New engines have been implemented: `mdn`, `fyyd`, `podcastindex`, and `rottentomatoes`.
- `stract` (beta) has been added and can be chosen as both an autocompleter and engine.
- Use latest Alpine 3.19 as buildbase
- New engines have been implemented: `goodreads`, `ask.com`, and `mullvad leta`.
license: MIT
wrapper-repo: "https://github.com/Start9Labs/searxng-startos"
upstream-repo: "https://github.com/searxng/searxng-docker"
Expand Down
2 changes: 1 addition & 1 deletion scripts/services/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ export const migration: T.ExpectedExports.migration =
),
},
},
"2024.1.9"
"2024.3.10"
);

0 comments on commit 8bbc8c3

Please sign in to comment.