From a6efc1539ae6127b79a77d77c152b368379de04d Mon Sep 17 00:00:00 2001 From: azyrite Date: Sat, 5 Apr 2025 19:40:03 +1100 Subject: [PATCH] chore: bump ver to 9424bac --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ec40556..2b47fdf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.20 AS base ENV GID=991 UID=991 UWSGI_WORKERS=1 UWSGI_THREADS=16 \ GIT_URL=https://git.astrial.org/Astrial.org/searxng-custom GIT_BRANCH=master -ENV UPSTREAM_COMMIT=7e680d8e8ef96a3161608f37e08799a9feae77e7 +ENV UPSTREAM_COMMIT=9424bac031db78ab23d1e5f21ec2906e3d603433 COPY ./requirements.txt .