diff options
author | Alexandre Flament <alex@al-f.net> | 2021-12-11 17:06:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-11 17:06:23 +0100 |
commit | f9c9284f487ff61e72f8f64e11883654608873a1 (patch) | |
tree | c3ba17ee0beca0b3d49ca9d5f4e429f6ed00d957 /Dockerfile | |
parent | 5307fd841d11d0bead4ef07147b46e584b3b1fe4 (diff) | |
download | searxng-f9c9284f487ff61e72f8f64e11883654608873a1.tar.gz searxng-f9c9284f487ff61e72f8f64e11883654608873a1.zip |
Dockerfile: use alpine 3.15
Use Python 3.9.7-r4 (previously 3.9.5-r2)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 2d28a1c7c..a7e5e5af0 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 |