Dockerfile: upgrade base to alpine 3.12 (#1983)

Author: Wonderfall <wonderfall@targaryen.house>
This commit is contained in:
Wonderfall 2020-07-11 12:07:51 +02:00 committed by GitHub
parent 5165962fdc
commit 7b19e6c5f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.12
ENTRYPOINT ["/sbin/tini","--","/usr/local/searx/dockerfiles/docker-entrypoint.sh"]
EXPOSE 8080
VOLUME /etc/searx
@ -45,6 +45,7 @@ RUN apk upgrade --no-cache \
ca-certificates \
su-exec \
python3 \
py3-pip \
libxml2 \
libxslt \
openssl \