Skip to content

Commit

Permalink
Merge pull request #75 from vshn/renovate/ghcr.io-vshn-embedded-searc…
Browse files Browse the repository at this point in the history
…h-engine-1.x

Update ghcr.io/vshn/embedded-search-engine Docker tag to v1.10
  • Loading branch information
TheBigLee authored Aug 9, 2023
2 parents d805575 + 8eda3f3 commit f7cd8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/search/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7cd8f5

Please sign in to comment.