Skip to content

Commit

Permalink
antora/antora:3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stockduck committed Aug 13, 2024
1 parent cc75a78 commit 6d5c52e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions antora.dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
FROM antora/antora:3.1.9
FROM antora/antora:3.1.8
ENV DOCSEARCH_ENABLED=true
ENV DOCSEARCH_ENGINE=lunr
ENV NODE_PATH="/usr/local/lib/node_modules"
ENV DOCSEARCH_INDEX_VERSION=latest
RUN yarn global add http-server@13.0.2 onchange@7.1.0
RUN nvm install --lts
RUN node --version
RUN yarn --version
RUN yarn global add @antora/lunr-extension
Expand Down

0 comments on commit 6d5c52e

Please sign in to comment.