Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
# change the following to let hc to repull latest docker image
|
| 2 |
-
#
|
| 3 |
-
FROM searxng/searxng:latest
|
| 4 |
RUN chmod 777 /etc/searxng
|
| 5 |
COPY ./searxng /etc/searxng
|
|
|
|
| 1 |
# change the following to let hc to repull latest docker image
|
| 2 |
+
# 20260226
|
|
|
|
| 3 |
RUN chmod 777 /etc/searxng
|
| 4 |
COPY ./searxng /etc/searxng
|