summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-06-21 18:03:54 +0200
committerGitHub <noreply@github.com>2021-06-21 18:03:54 +0200
commitef12c4120612f96a5269cf48d26df14d7cf69b66 (patch)
tree7d531d0c769d390bdae289e17b1469665583da7c /Dockerfile
parentf4da4bafa75842d3a8171343f10f244a42fbdd30 (diff)
Docker: upgrade to alpine 3.14
Uses Python version 3.9 instead of 3.8
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 7ad892bb..13885611 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.13
+FROM alpine:3.14
ENTRYPOINT ["/sbin/tini","--","/usr/local/searx/dockerfiles/docker-entrypoint.sh"]
EXPOSE 8080
VOLUME /etc/searx