Merge pull request #1190 from Themimitoof/master

Change alpine version to permit ARM and amd64 deployment
This commit is contained in:
Adam Tauber 2018-03-07 10:44:46 +01:00 committed by GitHub
commit 114d443b3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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."