From 1bca19a2855523afbf7da328f6a7b1b3835f921f Mon Sep 17 00:00:00 2001 From: Joao Gilberto Magalhaes Date: Sun, 13 Jan 2019 18:33:22 -0600 Subject: [PATCH] Upgrade HAProxy version to 1.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2161b44..5a6e50a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM haproxy:1.8-alpine +FROM haproxy:1.9-alpine RUN apk add --no-cache bash python3 py-yaml