Pārlūkot izejas kodu

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

Michael Vieira 6 gadus atpakaļ
vecāks
revīzija
0367c9ab48
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Parādīt failu

@@ -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