Docker: upgrade to alpine 3.14

Uses Python version 3.9 instead of 3.8
This commit is contained in:
Alexandre Flament 2021-06-21 18:03:54 +02:00 committed by GitHub
parent f4da4bafa7
commit ef12c41206
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM alpine:3.13
FROM alpine:3.14
ENTRYPOINT ["/sbin/tini","--","/usr/local/searx/dockerfiles/docker-entrypoint.sh"]
EXPOSE 8080
VOLUME /etc/searx