Merge pull request #1373 from dalf/docker-alpine-3-16

Dockerfile: use alpine 3.16
This commit is contained in:
Paul Braeuning 2022-06-27 21:14:57 +02:00 committed by GitHub
commit 249df41a2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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