Signed-off-by: Jessica Frazelle <acidburn@docker.com>
| ... | ... |
@@ -163,7 +163,7 @@ RUN set -x \ |
| 163 | 163 |
&& rm -rf "$GOPATH" |
| 164 | 164 |
|
| 165 | 165 |
# Get the "docker-py" source so we can run their integration tests |
| 166 |
-ENV DOCKER_PY_COMMIT 47ab89ec2bd3bddf1221b856ffbaff333edeabb4 |
|
| 166 |
+ENV DOCKER_PY_COMMIT 57512760c83fbe41302891aa51e34a86f4db74de |
|
| 167 | 167 |
RUN git clone https://github.com/docker/docker-py.git /docker-py \ |
| 168 | 168 |
&& cd /docker-py \ |
| 169 | 169 |
&& git checkout -q $DOCKER_PY_COMMIT \ |