1
0
mirror of https://github.com/searxng/searxng.git synced 2024-11-04 20:30:11 +01:00

[mod] Dockerfile: upgrade to Alpine 3.13

See:
* https://alpinelinux.org/posts/Alpine-3.13.0-released.html
* musl>=1.2.1 have a new malloc implementation (mallocng) :
This commit is contained in:
Alexandre Flament 2021-05-09 11:06:07 +02:00
parent 332e3a2a09
commit 8c5cb5039e

View File

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