1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-12 07:30:22 +02:00

Merge pull request #68 from searxng/mod-docker-upgrade-alpine-version

[mod] Dockerfile: upgrade to Alpine 3.13
This commit is contained in:
Alexandre Flament 2021-05-10 08:32:31 +02:00 committed by GitHub
commit a40daec565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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