Skip to content

Commit

Permalink
updated to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-barthelemy committed Oct 4, 2016
1 parent f1ea092 commit 44ab685
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.2.6
# VERSION 0.3.1

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.2.6/prism_linux_amd64
RUN wget -O /usr/bin/prism https://github.com/stoplightio/prism/releases/download/v0.3.1/prism_linux_amd64
RUN chmod +x /usr/bin/prism

ENTRYPOINT ["prism"]

0 comments on commit 44ab685

Please sign in to comment.