Browse Source

Update to Alpine 3.7

https://www.alpinelinux.org/posts/Alpine-3.7.0-released.html
Angristan 6 years ago
parent
commit
fbefc9576d
No account linked to committer's email
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile View File

1
-FROM alpine:3.6
1
+FROM alpine:3.7
2
 MAINTAINER searx <https://github.com/asciimoo/searx>
2
 MAINTAINER searx <https://github.com/asciimoo/searx>
3
 LABEL description "A privacy-respecting, hackable metasearch engine."
3
 LABEL description "A privacy-respecting, hackable metasearch engine."
4
 
4