chore: bump ver to 7e680d8
This commit is contained in:
parent
acc1c2b832
commit
8d1b494268
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
# 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=73d50f57481cfe2951c3231b2f5dfd70c0e6b49f
|
ENV GID=991 UID=991 UWSGI_WORKERS=1 UWSGI_THREADS=16
|
||||||
|
ENV UPSTREAM_COMMIT=7e680d8e8ef96a3161608f37e08799a9feae77e7
|
||||||
|
|
||||||
COPY ./requirements.txt .
|
COPY ./requirements.txt .
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue