Skip to content

Commit

Permalink
pin plantuml version
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxbasic authored Sep 19, 2020
1 parent c589c05 commit b1cd64b
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
@@ -1,5 +1,5 @@
FROM python:3.7.4-alpine3.10

RUN pip install plantuml
RUN pip install plantuml==0.3.0

ENTRYPOINT for f in **/*.plantuml; do echo $f; python -m plantuml $f; done

0 comments on commit b1cd64b

Please sign in to comment.