Created
July 24, 2015 13:29
-
-
Save hodgestar/be17f3ef56cb64081d3a to your computer and use it in GitHub Desktop.
Bump vumi-http-api version to 0.1.3.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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