From a157a3bd16587bbf418da9cae9209c4286e35cf9 Mon Sep 17 00:00:00 2001 From: Thomas Barthelemy Date: Mon, 7 Nov 2016 08:02:07 +1100 Subject: [PATCH] updated to v0.3.5 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ba97ee3..cb5445f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,13 @@ # webride.asia Stoplight.io Prism # -# VERSION 0.3.2 +# VERSION 0.3.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.3.2/prism_linux_amd64 +RUN wget -O /usr/bin/prism https://github.com/stoplightio/prism/releases/download/v0.3.5/prism_linux_amd64 RUN chmod +x /usr/bin/prism ENTRYPOINT ["prism"]