From 16f2b9e1da34e95a702121751f4fd29986ff174e Mon Sep 17 00:00:00 2001 From: rafael lisboa Date: Wed, 3 Jun 2015 12:10:41 -0300 Subject: use debian jessie instead of testing on dockerfile we were using debian:testing, which apparently was causing "invalid header value" for the SRP token (see https://github.com/pixelated-project/pixelated-dispatcher/issues/102). i'm reverting this back to debian:jessie since that's the version we intend to run the user-agent on for now anyway. --- provisioning/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'provisioning') diff --git a/provisioning/Dockerfile b/provisioning/Dockerfile index 3d969cc1..32da36d0 100644 --- a/provisioning/Dockerfile +++ b/provisioning/Dockerfile @@ -16,7 +16,7 @@ # along with Pixelated. If not, see . -FROM debian:testing +FROM debian:jessie MAINTAINER fbernitt@thoughtworks.com -- cgit v1.2.3