summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMichael Vieira <contact@mvieira.fr>2018-02-13 11:54:55 +0100
committerMichael Vieira <contact@mvieira.fr>2018-02-13 11:54:55 +0100
commit0367c9ab48fd111d331c113bf7b74824275b51b7 (patch)
tree6a41f1fbdc6e12315ff7d7309a56c6f8a0938cb5 /Dockerfile
parent360f8fab97a364e2f5e7fc8c5329cccb1ad5654a (diff)
downloadsearxng-0367c9ab48fd111d331c113bf7b74824275b51b7.tar.gz
searxng-0367c9ab48fd111d331c113bf7b74824275b51b7.zip
Change the version of alpine on the dockerfile to deploy Searx on ARM architectures
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index fc2767a09..273585033 100644
--- a/Dockerfile
+++ b/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."