2
0
mirror of https://github.com/searx/searx synced 2025-08-31 06:26:28 +00:00

Merge pull request #1231 from Angristan/patch-1

Update Dockerfile to Alpine 3.7
This commit is contained in:
Adam Tauber
2018-08-19 13:21:32 +02:00
committed by GitHub

View File

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