瀏覽代碼

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

Michael Vieira 6 年之前
父節點
當前提交
0367c9ab48
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Dockerfile

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