Dockerfile: use alpine 3.15

Use Python 3.9.7-r4 (previously 3.9.5-r2)
This commit is contained in:
Alexandre Flament 2021-12-11 17:06:23 +01:00 committed by GitHub
parent 5307fd841d
commit f9c9284f48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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