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

Dockerfile: use alpine 3.15
dependabot/pip/master/sphinx-6.1.3
Alexandre Flament 3 years ago committed by GitHub
commit 3d378e4d08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save