Merge pull request #1378 from Angristan/update-docker-alpine

Update Docker image to Alpine 3.8
This commit is contained in:
Adam Tauber 2018-08-19 14:26:06 +02:00 committed by GitHub
commit ebab560fc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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