Browse Source

Merge pull request #1190 from Themimitoof/master

Change alpine version to permit ARM and amd64 deployment
Adam Tauber 6 years ago
parent
commit
114d443b3c
No account linked to committer's email
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile View File

1
-FROM alpine:3.5
1
+FROM alpine:3.6
2
 MAINTAINER searx <https://github.com/asciimoo/searx>
2
 MAINTAINER searx <https://github.com/asciimoo/searx>
3
 LABEL description "A privacy-respecting, hackable metasearch engine."
3
 LABEL description "A privacy-respecting, hackable metasearch engine."
4
 
4