Browse Source
Merge pull request #1190 from Themimitoof/master
Change alpine version to permit ARM and amd64 deployment
Adam Tauber
6 years ago
No account linked to committer's email
1 changed files with
1 additions and
1 deletions
-
Dockerfile
|
@@ -1,4 +1,4 @@
|
1
|
|
-FROM alpine:3.5
|
|
1
|
+FROM alpine:3.6
|
2
|
2
|
MAINTAINER searx <https://github.com/asciimoo/searx>
|
3
|
3
|
LABEL description "A privacy-respecting, hackable metasearch engine."
|
4
|
4
|
|