summaryrefslogtreecommitdiff
path: root/container/dist.dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'container/dist.dockerfile')
-rw-r--r--container/dist.dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/container/dist.dockerfile b/container/dist.dockerfile
index 10ad0d88f..f2d4b0fee 100644
--- a/container/dist.dockerfile
+++ b/container/dist.dockerfile
@@ -7,7 +7,7 @@ FROM ghcr.io/searxng/base:searxng AS dist
COPY --chown=977:977 --from=builder /usr/local/searxng/.venv/ ./.venv/
COPY --chown=977:977 --from=builder /usr/local/searxng/searx/ ./searx/
COPY --chown=977:977 ./container/ ./
-#COPY --chown=977:977 ./searx/version_frozen.py ./searx/
+COPY --chown=977:977 ./searx/version_frozen.py ./searx/
ARG CREATED="0001-01-01T00:00:00Z"
ARG VERSION="unknown"