logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 0367c9ab48fd111d331c113bf7b74824275b51b7
parent 360f8fab97a364e2f5e7fc8c5329cccb1ad5654a
Author: Michael Vieira <contact@mvieira.fr>
Date:   Tue, 13 Feb 2018 11:54:55 +0100

Change the version of alpine on the dockerfile to deploy Searx on ARM architectures

Diffstat:

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

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