mirror of
https://github.com/searxng/searxng.git
synced 2024-11-13 13:41:03 +00:00
Dockerfile: use Alpine 3.20 & Python 3.12
This commit is contained in:
parent
5468d97d39
commit
37d0438f25
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue