summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAlexandre FLAMENT <alexandre.flament@hesge.ch>2022-06-27 17:44:30 +0000
committerAlexandre FLAMENT <alexandre.flament@hesge.ch>2022-06-27 17:44:30 +0000
commit95603e54e130d11a5e6239f6fcd21a30b1c84363 (patch)
tree2cfe0b4bfd89a49aef602204af30f9ed56e8d4e4 /Dockerfile
parent14cb5f52cda75718a2ca7ad421b77382dc529d71 (diff)
Dockerfile: use alpine 3.16
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 6932c595..4509eea6 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