Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ed1001 committed Feb 3, 2022
1 parent 6538fe4 commit 55514a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ RUN apk --update add openjdk8-jre tar
RUN mkdir /fop
WORKDIR /fop

COPY target/apache-fop-server-1.8-bin.tar.gz /fop/
COPY target/apache-fop-server-1.9-bin.tar.gz /fop/

RUN tar xfvz /fop/apache-fop-server-1.8-bin.tar.gz
RUN tar xfvz /fop/apache-fop-server-1.9-bin.tar.gz

EXPOSE 9999
CMD ["java", "-cp", "apache-fop-server.jar:lib/*", "-Dlog4j.configuration=file:conf/log4j.properties", "org.zilverline.fop.FopServer"]
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.zilverline</groupId>
<artifactId>apache-fop-server</artifactId>
<version>1.8</version>
<version>1.9</version>
<packaging>jar</packaging>
<name>Apache FOP Server: ${project.artifactId}</name>
<properties>
Expand Down

0 comments on commit 55514a5

Please sign in to comment.