diff --git a/Dockerfile b/Dockerfile index 4cb92d5..6f360db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 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"]