Fix import error in 0.16.0
This commit is contained in:
parent
1eb19681c0
commit
2c9c0044d8
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617
|
||||
|
||||
ARG VERSION=v0.16.0
|
||||
# this is one commit from 0.16.0 (https://github.com/asciimoo/searx/issues/1830)
|
||||
ARG VERSION=f9c7a678d273c55a0e8a1a7a2dbfd696b2046e60
|
||||
RUN mkdir -p /app/code /app/pkg
|
||||
WORKDIR /app/code
|
||||
|
||||
|
|
Loading…
Reference in a new issue