Ver código fonte
Merge pull request #1190 from Themimitoof/master
Change alpine version to permit ARM and amd64 deployment
Adam Tauber
6 anos atrás
Nenhuma conta conectada ao e-mail do autor de commit
1 arquivos alterados com
1 adições e
1 exclusões
-
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
|
|