From 8d1b494268ef14aadd25b9de599858d7da3ffaae Mon Sep 17 00:00:00 2001 From: azyrite Date: Fri, 21 Mar 2025 22:19:25 +1100 Subject: [PATCH] chore: bump ver to 7e680d8 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f202aae..35e47f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ # use alpine as base for searx and set workdir as well as env vars FROM alpine:3.20 AS base -ENV GID=991 UID=991 UWSGI_WORKERS=1 UWSGI_THREADS=16 UPSTREAM_COMMIT=73d50f57481cfe2951c3231b2f5dfd70c0e6b49f +ENV GID=991 UID=991 UWSGI_WORKERS=1 UWSGI_THREADS=16 +ENV UPSTREAM_COMMIT=7e680d8e8ef96a3161608f37e08799a9feae77e7 COPY ./requirements.txt .