Skip to content

Commit

Permalink
Update narou to 3.4.7.1 and bump docker image version to v1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jam7 committed Oct 7, 2019
1 parent 0448863 commit e0c670b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM openjdk:8-jre-alpine
ENV AOZORA_EPUB3 AozoraEpub3-1.1.0b46.zip
ENV KINDLEGEN kindlegen_linux_2.6_i386_v2_9.tar.gz
ENV NAROU_VERSION 3.4.3
ENV NAROU_VERSION 3.4.7.1
WORKDIR /opt/narou

RUN apk --update add ruby ruby-io-console ruby-json wget unzip && rm -rf /var/cache/apk/*
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

RELEASE_VERSION = v1.12
RELEASE_VERSION = v1.13
VERSION = latest

OPTIONS = \
Expand Down

0 comments on commit e0c670b

Please sign in to comment.