Compare commits

...

2 Commits

Author SHA1 Message Date
3cc1ca6a09 Fix searx master build 2021-01-18 11:05:24 +01:00
564b517ece Update searx and alpine base image 2021-01-18 10:24:20 +01:00
3 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.12 FROM alpine:3.13
ENV UID=991 GID=991 ENV UID=991 GID=991

View File

@ -1,6 +1,6 @@
FROM alpine:3.12 FROM alpine:3.13
ARG VERSION=0.17.0 ARG VERSION=0.18.0
ENV BASE_URL=False IMAGE_PROXY=False \ ENV BASE_URL=False IMAGE_PROXY=False \
UID=991 GID=991 UID=991 GID=991

View File

@ -1,4 +1,4 @@
FROM alpine:3.12 FROM alpine:3.13
ARG VERSION=master ARG VERSION=master
@ -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 \
git \ git \
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 \