diff options
author | Michael Vieira <contact@mvieira.fr> | 2018-02-13 11:54:55 +0100 |
---|---|---|
committer | Michael Vieira <contact@mvieira.fr> | 2018-02-13 11:54:55 +0100 |
commit | 0367c9ab48fd111d331c113bf7b74824275b51b7 (patch) | |
tree | 6a41f1fbdc6e12315ff7d7309a56c6f8a0938cb5 /Dockerfile | |
parent | 360f8fab97a364e2f5e7fc8c5329cccb1ad5654a (diff) | |
download | searxng-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-- | Dockerfile | 2 |
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." |