Skip to content

Commit

Permalink
Merge pull request #73 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.9
  • Loading branch information
akosma authored Jul 19, 2023
2 parents 069eb0f + fba1577 commit 8da50e8
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.8
FROM ghcr.io/vshn/embedded-search-engine:1.9

# Copy the index of the search engine
COPY --from=indexer /index/files.json /site/index/files.json
Expand Down

0 comments on commit 8da50e8

Please sign in to comment.