From 8f936dc1f78482adcfe0a3fbce65d967c532c259 Mon Sep 17 00:00:00 2001 From: Joao Morais Date: Mon, 30 Sep 2019 21:12:15 -0300 Subject: [PATCH] Update to haproxy 1.9.11 --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 2b8978a98..070420d9d 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM haproxy:1.9.10-alpine +FROM haproxy:1.9.11-alpine RUN apk --no-cache add socat openssl lua5.3 lua-socket # dumb-init kindly manages SIGCHLD from forked HAProxy processes