Skip to content

Commit

Permalink
Updated to prism v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Barthelemy committed Jun 28, 2016
1 parent b60a358 commit a93cc08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# WE Bridge Stoplight.io Prism
# webride.asia Stoplight.io Prism
#
# VERSION 0.1.2
# VERSION 0.1.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.1.4/prism_linux_amd64
RUN wget -O /usr/bin/prism https://github.com/stoplightio/prism/releases/download/v0.1.5/prism_linux_amd64
RUN chmod +x /usr/bin/prism

ENTRYPOINT ["prism"]

0 comments on commit a93cc08

Please sign in to comment.