From 8bbc8c35a2d6af43b1854808397dc9efa10f1909 Mon Sep 17 00:00:00 2001 From: Mariusz Kogen Date: Mon, 11 Mar 2024 10:33:03 +0100 Subject: [PATCH] Upstream update to 2024.3.10-707d6270c --- Dockerfile | 2 +- manifest.yaml | 6 +++--- scripts/services/migrations.ts | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 26b9529..5de63c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/manifest.yaml b/manifest.yaml index da98a82..c42147a 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -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" diff --git a/scripts/services/migrations.ts b/scripts/services/migrations.ts index 5899c41..32395e4 100644 --- a/scripts/services/migrations.ts +++ b/scripts/services/migrations.ts @@ -24,5 +24,5 @@ export const migration: T.ExpectedExports.migration = ), }, }, - "2024.1.9" + "2024.3.10" );