diff options
author | Alexandre FLAMENT <alexandre.flament@hesge.ch> | 2022-06-27 17:44:30 +0000 |
---|---|---|
committer | Alexandre FLAMENT <alexandre.flament@hesge.ch> | 2022-06-27 17:44:30 +0000 |
commit | 95603e54e130d11a5e6239f6fcd21a30b1c84363 (patch) | |
tree | 2cfe0b4bfd89a49aef602204af30f9ed56e8d4e4 /Dockerfile | |
parent | 14cb5f52cda75718a2ca7ad421b77382dc529d71 (diff) | |
download | searxng-95603e54e130d11a5e6239f6fcd21a30b1c84363.tar.gz searxng-95603e54e130d11a5e6239f6fcd21a30b1c84363.zip |
Dockerfile: use alpine 3.16
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 6932c595c..4509eea6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15 +FROM alpine:3.16 ENTRYPOINT ["/sbin/tini","--","/usr/local/searxng/dockerfiles/docker-entrypoint.sh"] EXPOSE 8080 VOLUME /etc/searx |