Compare commits
2 commits
f57c2ac174
...
49be5497e2
Author | SHA1 | Date | |
---|---|---|---|
49be5497e2 | |||
36355e8f8c |
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ FROM arm64v8/alpine:3.12.3@sha256:549694ea68340c26d1d85c00039aa11ad835be279bfd47
|
|||
FROM base-${ARCH}
|
||||
|
||||
# github: searx/searx
|
||||
ENV SEARX="v0.17.0"
|
||||
ENV SEARX="v0.18.0"
|
||||
|
||||
ENTRYPOINT ["/sbin/tini","--","/usr/local/searx/dockerfiles/docker-entrypoint.sh"]
|
||||
EXPOSE 8080
|
||||
|
|
Reference in a new issue