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

This commit is contained in:
Michael Vieira 2018-02-13 11:54:55 +01:00
parent 360f8fab97
commit 0367c9ab48
1 changed files with 1 additions and 1 deletions

View File

@ -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."