Dockerfile: use Alpine 3.20 & Python 3.12

This commit is contained in:
Alexandre Flament 2024-07-14 09:57:49 +02:00 committed by GitHub
parent 5468d97d39
commit 1f46425543
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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