Skip to content

Commit

Permalink
updated to v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-barthelemy committed Nov 6, 2016
1 parent 77beab8 commit a157a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# webride.asia Stoplight.io Prism
#
# VERSION 0.3.2
# VERSION 0.3.5

FROM gliderlabs/alpine:3.3
MAINTAINER Thomas Barthelemy <thomas.barthelemy@webridge.asia>

RUN apk-install wget curl tar

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

ENTRYPOINT ["prism"]

0 comments on commit a157a3b

Please sign in to comment.