diff --git a/deployment/search/Containerfile b/deployment/search/Containerfile index 6c2d488..aeb4e12 100644 --- a/deployment/search/Containerfile +++ b/deployment/search/Containerfile @@ -10,7 +10,7 @@ RUN \ # ---------- STEP 2 ---------- # Docker image only containing the search engine and the freshly built index -FROM ghcr.io/vshn/embedded-search-engine:1.9 +FROM ghcr.io/vshn/embedded-search-engine:1.10 # Copy the index of the search engine COPY --from=indexer /index/files.json /site/index/files.json