Explorar el Código

Merge pull request #1190 from Themimitoof/master

Change alpine version to permit ARM and amd64 deployment
Adam Tauber hace 6 años
padre
commit
114d443b3c
Ninguna cuenta está vinculada al correo electrónico del colaborador
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Ver fichero

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