Docker: upgrade to alpine 3.14

Uses Python version 3.9 instead of 3.8
dependabot/pip/master/sphinx-6.1.3
Alexandre Flament 3 years ago committed by GitHub
parent f4da4bafa7
commit ef12c41206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save