From ff3adc98099620739dbb8d2006c23d289257225e Mon Sep 17 00:00:00 2001 From: jezell Date: Mon, 24 Aug 2015 12:49:28 -0700 Subject: [PATCH] Fix broken builds due to missing haproxy version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 57f3e1f..c2d23f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ FROM dockerfile/ubuntu RUN \ sed -i 's/^# \(.*-backports\s\)/\1/g' /etc/apt/sources.list && \ apt-get update && \ - apt-get install -y haproxy=1.5.3-1~ubuntu14.04.1 && \ + apt-get install -y haproxy=1.5.4-1ubuntu2.1~ubuntu14.04.1 && \ sed -i 's/^ENABLED=.*/ENABLED=1/' /etc/default/haproxy && \ rm -rf /var/lib/apt/lists/*