Skip to content

Commit

Permalink
Issue #2: Fix Download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
RobWin authored Mar 24, 2017
1 parent 7750241 commit a3af07f
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 @@ -3,6 +3,6 @@ MAINTAINER Robert Winkler

WORKDIR /usr/bin/swagger2markup

RUN apk update && apk add ca-certificates wget && update-ca-certificates && wget https://jcenter.bintray.com/io/github/swagger2markup/swagger2markup-cli/1.3.0/swagger2markup-cli-1.3.1.jar
RUN apk update && apk add ca-certificates wget && update-ca-certificates && wget https://jcenter.bintray.com/io/github/swagger2markup/swagger2markup-cli/1.3.1/swagger2markup-cli-1.3.1.jar

ENTRYPOINT ["java","-jar","/usr/bin/swagger2markup/swagger2markup-cli-1.3.1.jar"]

0 comments on commit a3af07f

Please sign in to comment.