From 96b06f04e69c88f522d0e53f86073ce9364b7f6e Mon Sep 17 00:00:00 2001 From: azyrite Date: Sat, 22 Feb 2025 11:48:19 +1100 Subject: [PATCH] chore: bump ver to 28d124 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 23d2a58..5ad4dc1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # 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=d37dc307831ef0f16a6cb2fbb0c5afe9bb5e4258 +ENV GID=991 UID=991 UWSGI_WORKERS=1 UWSGI_THREADS=16 UPSTREAM_COMMIT=28d1240fce945a48a2c61c29fff83336410c4c77 COPY ./requirements.txt .