forked from Ponysearch/Ponysearch
Merge pull request #1373 from dalf/docker-alpine-3-16
Dockerfile: use alpine 3.16
This commit is contained in:
commit
249df41a2a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue