summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorPaul Braeuning <paul@paulgo.io>2022-06-27 21:14:57 +0200
committerGitHub <noreply@github.com>2022-06-27 21:14:57 +0200
commit249df41a2a52df2fe95d3882239af1c85dec1f4f (patch)
tree4f32bd35ae3308c4c5d2988a18d4173fff36af27 /Dockerfile
parente5cc3e36ad5d075bef119aaa5994535a46633397 (diff)
parent95603e54e130d11a5e6239f6fcd21a30b1c84363 (diff)
Merge pull request #1373 from dalf/docker-alpine-3-16
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 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