logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 42d7094a87773447e70db350bc67e0b62b82ff02
parent ac848b50930a5bf93de305bdef7b20f3b2163c22
Author: Angristan <angristan@pm.me>
Date:   Sun, 19 Aug 2018 14:17:11 +0200

Update Docker image to Alpine 3.8

Diffstat:

MDockerfile2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.7 +FROM alpine:3.8 MAINTAINER searx <https://github.com/asciimoo/searx> LABEL description "A privacy-respecting, hackable metasearch engine."