1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-13 00:36:39 +02:00

Merge pull request #597 from searxng/docker-upgrade-baseimage

Dockerfile: use alpine 3.15
This commit is contained in:
Alexandre Flament 2021-12-12 11:05:26 +01:00 committed by GitHub
commit 3d378e4d08
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"] ENTRYPOINT ["/sbin/tini","--","/usr/local/searxng/dockerfiles/docker-entrypoint.sh"]
EXPOSE 8080 EXPOSE 8080
VOLUME /etc/searx VOLUME /etc/searx