Skip to content

Commit

Permalink
DBZ-7344 Upgrade Antora to 3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Jan 10, 2024
1 parent 0a39ee9 commit 38a49d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer="Debezium Community"
ENV SITE_HOME=/site
RUN apk add --no-cache build-base gcc bash cmake git jq nodejs yarn curl
# Install Antora framework
RUN yarn global add @antora/cli@3.0.0-alpha.9 @antora/site-generator-default@3.0.0-alpha.9 @antora/asciidoc-loader @antora/content-aggregator \
RUN yarn global add @antora/cli@3.1.7 @antora/site-generator-default@3.1.7 @antora/asciidoc-loader @antora/content-aggregator \
&& yarn global add --ignore-optional --silent $(grep -o '^isomorphic-git@[^:]*' `yarn global dir`/yarn.lock) \
&& rm -rf $(yarn cache dir)/* \
&& find $(yarn global dir)/node_modules/handlebars/dist/* -maxdepth 0 -not -name cjs -exec rm -rf {} \; \
Expand Down

0 comments on commit 38a49d4

Please sign in to comment.