diff --git a/Dockerfile b/Dockerfile index 541f4cd..b5e1f1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:18.04 LABEL name="httpbin" -LABEL version="0.9.0" +LABEL version="0.9.1" LABEL description="A simple HTTP service." LABEL org.kennethreitz.vendor="Kenneth Reitz" diff --git a/httpbin/VERSION b/httpbin/VERSION index ac39a10..f374f66 100644 --- a/httpbin/VERSION +++ b/httpbin/VERSION @@ -1 +1 @@ -0.9.0 +0.9.1 diff --git a/httpbin/templates/flasgger/index.html b/httpbin/templates/flasgger/index.html index 7c9d189..85f1933 100644 --- a/httpbin/templates/flasgger/index.html +++ b/httpbin/templates/flasgger/index.html @@ -1,180 +1,201 @@ -
- -0.9.0
[ Base URL: httpbin.org/ ]- -
A simple HTTP Request & Response Service.
-
Run locally: $ docker run -p 80:80 kennethreitz/httpbin
0.9.1+ +
[ Base URL: httpbin.org/ ]+ +
A simple HTTP Request & Response Service.
+
+
+ Run locally:
+ $ docker run -p 80:80 kennethreitz/httpbin
+