summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-12-11 17:06:23 +0100
committerGitHub <noreply@github.com>2021-12-11 17:06:23 +0100
commitf9c9284f487ff61e72f8f64e11883654608873a1 (patch)
treec3ba17ee0beca0b3d49ca9d5f4e429f6ed00d957 /Dockerfile
parent5307fd841d11d0bead4ef07147b46e584b3b1fe4 (diff)
Dockerfile: use alpine 3.15
Use Python 3.9.7-r4 (previously 3.9.5-r2)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 2d28a1c7..a7e5e5af 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.14
+FROM alpine:3.15
ENTRYPOINT ["/sbin/tini","--","/usr/local/searxng/dockerfiles/docker-entrypoint.sh"]
EXPOSE 8080
VOLUME /etc/searx