[searx] update to 0.13.1

This commit is contained in:
hoellen 2017-12-05 10:09:15 +01:00
parent e962ad371f
commit 581c0a0c6e

View File

@ -1,6 +1,6 @@
FROM alpine:3.6
ARG VERSION=0.12.0
ARG VERSION=0.13.1
ENV BASE_URL=False IMAGE_PROXY=False \
UID=991 GID=991
@ -36,6 +36,6 @@ RUN chmod +x /usr/local/bin/run.sh
EXPOSE 8888
LABEL maintainer="Wonderfall <wonderfall@targaryen.house>"
LABEL maintainer="hoellen <info@hoellen.eu>"
CMD ["run.sh"]