chore: bump to 6ff4035

This commit is contained in:
azyrite 2025-07-06 11:38:33 +10:00
parent 13c487b76d
commit 7477db2b2f
Signed by: azyrite
SSH key fingerprint: SHA256:YlQ5V4DtSbnuUxJxw4cwU7L9q8NbeAOAsK4NZWybTkM

View file

@ -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=391bb1268dfbb61ec28ebff673ac1363c9417682
ENV UPSTREAM_COMMIT=6ff40356352e9f5b9c7f9c5d58ac2fc787455036
COPY ./requirements.txt .