chore: bump ver to 391bb12

This commit is contained in:
azyrite 2025-04-16 09:21:39 +10:00
parent a6efc1539a
commit f4331c6ee3
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=9424bac031db78ab23d1e5f21ec2906e3d603433
ENV UPSTREAM_COMMIT=391bb1268dfbb61ec28ebff673ac1363c9417682
COPY ./requirements.txt .