Skip to content

Instantly share code, notes, and snippets.

@hodgestar
Created July 24, 2015 13:29
Show Gist options
  • Save hodgestar/be17f3ef56cb64081d3a to your computer and use it in GitHub Desktop.
Save hodgestar/be17f3ef56cb64081d3a to your computer and use it in GitHub Desktop.
Bump vumi-http-api version to 0.1.3.
diff --git a/docker-vms/http_api/Dockerfile b/docker-vms/http_api/Dockerfile
index 30360d7..b4d4897 100644
--- a/docker-vms/http_api/Dockerfile
+++ b/docker-vms/http_api/Dockerfile
@@ -1,7 +1,7 @@
FROM python:2.7.9
MAINTAINER Praekelt Foundation <[email protected]>
-RUN pip install 'vumi-http-api>=0.1.1'
+RUN pip install 'vumi-http-api>=0.1.3'
COPY . /app
WORKDIR /app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment