1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-29 16:10:16 +02:00

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