1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-04 02:20:13 +02:00

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