Update searx to 1.0.0

This commit is contained in:
hoellen 2021-03-28 18:48:22 +02:00
parent 4ddcebb6af
commit 3b382aba8f

View File

@ -1,6 +1,6 @@
FROM alpine:3.13 FROM alpine:3.13
ARG VERSION=0.18.0 ARG VERSION=1.0.0
ENV BASE_URL=False IMAGE_PROXY=False \ ENV BASE_URL=False IMAGE_PROXY=False \
UID=991 GID=991 UID=991 GID=991
@ -12,6 +12,8 @@ RUN apk -U upgrade \
libffi-dev \ libffi-dev \
libxslt-dev \ libxslt-dev \
libxml2-dev \ libxml2-dev \
protoc \
protobuf-dev \
openssl-dev \ openssl-dev \
tar \ tar \
ca-certificates \ ca-certificates \
@ -19,6 +21,7 @@ RUN apk -U upgrade \
su-exec \ su-exec \
python3 \ python3 \
py-pip \ py-pip \
protobuf \
libxml2 \ libxml2 \
libxslt \ libxslt \
openssl \ openssl \