Browse Source

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

Michael Vieira 7 years ago
parent
commit
0367c9ab48
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
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."