Skip to content

Commit

Permalink
Merge pull request #47 from dduportal/adoc-gem-and-156
Browse files Browse the repository at this point in the history
Asciidoctor upgraded to 1.5.6.1
  • Loading branch information
dduportal authored Oct 21, 2017
2 parents 6f28c62 + 1c81a9c commit b75808d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ FROM alpine:3.6

LABEL MAINTAINERS="Guillaume Scheibel <[email protected]>, Damien DUPORTAL <[email protected]>"

# Check https://pkgs.alpinelinux.org/packages?name=asciidoctor&branch=&repo=&arch=&maintainer=
ENV ASCIIDOCTOR_VERSION="1.5.5-r1"
ARG ASCIIDOCTOR_VERSION="1.5.6.1"
ENV asciidoctor_version=${ASCIIDOCTOR_VERSION}

RUN apk add --no-cache \
asciidoctor="${ASCIIDOCTOR_VERSION}" \
bash \
curl \
ca-certificates \
Expand All @@ -28,6 +27,7 @@ RUN apk add --no-cache \
python2-dev \
py2-pip \
ruby-dev \
&& gem install --no-document asciidoctor --version "${asciidoctor_version}" \
&& gem install --no-document asciidoctor-epub3 --version 1.5.0.alpha.7 \
&& gem install --no-document asciidoctor-pdf --version 1.5.0.alpha.15 \
&& gem install --no-document epubcheck --version 3.0.1 \
Expand Down
2 changes: 1 addition & 1 deletion tests/test_suite.bats
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

DOCKER_IMAGE_NAME="docker-asciidoctor:test"
TMP_GENERATION_DIR="${BATS_TEST_DIRNAME}/tmp"
ASCIIDOCTOR_VERSION="1.5.5"
ASCIIDOCTOR_VERSION="1.5.6.1"

clean_generated_files() {
docker run -t --rm -v "${BATS_TEST_DIRNAME}:${BATS_TEST_DIRNAME}" alpine \
Expand Down

0 comments on commit b75808d

Please sign in to comment.