From 44ab6856643458a836166cf9cb111175ec028f2b Mon Sep 17 00:00:00 2001 From: Thomas Barthelemy Date: Tue, 4 Oct 2016 20:28:21 +0700 Subject: [PATCH] updated to v0.3.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]