chore: bump ver to 73d50f5

This commit is contained in:
azyrite 2025-03-08 21:36:07 +11:00
parent 96b06f04e6
commit bf26096ec7
Signed by: azyrite
SSH key fingerprint: SHA256:YlQ5V4DtSbnuUxJxw4cwU7L9q8NbeAOAsK4NZWybTkM

View file

@ -1,7 +1,7 @@
# use alpine as base for searx and set workdir as well as env vars # use alpine as base for searx and set workdir as well as env vars
FROM alpine:3.20 AS base FROM alpine:3.20 AS base
ENV GID=991 UID=991 UWSGI_WORKERS=1 UWSGI_THREADS=16 UPSTREAM_COMMIT=28d1240fce945a48a2c61c29fff83336410c4c77 ENV GID=991 UID=991 UWSGI_WORKERS=1 UWSGI_THREADS=16 UPSTREAM_COMMIT=73d50f57481cfe2951c3231b2f5dfd70c0e6b49f
COPY ./requirements.txt . COPY ./requirements.txt .