Dockerfile: use alpine 3.15

Use Python 3.9.7-r4 (previously 3.9.5-r2)
dependabot/pip/master/sphinx-6.1.3
Alexandre Flament 2 years ago committed by GitHub
parent 5307fd841d
commit f9c9284f48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save