diff --git a/Dockerfile b/Dockerfile index be15a18..203cfc1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 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"]