Skip to content

Commit

Permalink
Update to 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
madduci committed Feb 7, 2023
1 parent a87f603 commit 2ffaa8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Note: tags has to be all lower-case
tags: |
madduci/docker-asciidoctor-pdf:latest
madduci/docker-asciidoctor-pdf:2.3.2
madduci/docker-asciidoctor-pdf:2.3.4
# build on feature branches, push only on master branch
push: ${{ github.ref == 'refs/heads/master' }}

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apk update && \
gem install rghost && \
gem install asciidoctor-diagram && \
gem install asciidoctor-plantuml && \
gem install asciidoctor-pdf --version 2.3.2 && \
gem install asciidoctor-pdf --version 2.3.4 && \
gem install asciidoctor-pdf-cjk && \
gem install coderay pygments.rb thread_safe && \
gem install slim && \
Expand Down

0 comments on commit 2ffaa8d

Please sign in to comment.