Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Update prism to latest
  • Loading branch information
pytlesk4 authored Apr 20, 2017
1 parent 7d3d7b9 commit 977d1da
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 @@ -7,7 +7,7 @@ MAINTAINER Thomas Barthelemy <thomas.barthelemy@outlook.com>

RUN apk-install wget curl tar

RUN wget -O /usr/bin/prism https://github.com/stoplightio/prism/releases/download/v0.4.8/prism_linux_amd64
RUN wget -O /usr/bin/prism https://github.com/stoplightio/prism/releases/download/v0.6.21/prism_linux_amd64
RUN chmod +x /usr/bin/prism

ENTRYPOINT ["prism"]

0 comments on commit 977d1da

Please sign in to comment.