Skip to content

Commit

Permalink
Updated to latest UI bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Kosmaczewski committed Mar 17, 2023
1 parent 0c35fc1 commit e08e1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN set -x && \
apk update && apk add --no-cache build-base ruby-dev ruby libnotify caddy yq && \
gem install --no-document guard guard-livereload guard-shell libnotify json && \
apk del build-base ruby-dev && \
curl --silent --location https://github.com/appuio/antora-ui-default/releases/download/1.6/ui-bundle.zip -o /preview/bundles/appuio.zip && \
curl --silent --location https://github.com/appuio/antora-ui-default/releases/download/1.8/ui-bundle.zip -o /preview/bundles/appuio.zip && \
curl --silent --location https://github.com/projectsyn/antora-ui-default/releases/download/1.4/ui-bundle.zip -o /preview/bundles/old-syn.zip && \
curl --silent --location https://github.com/projectsyn/antora-ui-default/releases/download/2.1.0/ui-bundle.zip -o /preview/bundles/syn.zip && \
curl --silent --location https://github.com/vshn/antora-ui-default/releases/download/1.8.1/ui-bundle.zip -o /preview/bundles/old-vshn.zip && \
Expand Down

0 comments on commit e08e1c2

Please sign in to comment.