From 1f5ebb6c49fefd6a025941ca389b2abfe334c4c6 Mon Sep 17 00:00:00 2001 From: Robert Baker <51850403+robertbaker@users.noreply.github.com> Date: Fri, 14 Aug 2020 15:39:32 -0700 Subject: [PATCH] Switch haproxy to lts-alpine (#1) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3289f2d..8be88ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=library -FROM ${REPO}/haproxy:1.9-alpine +FROM ${REPO}/haproxy:lts-alpine EXPOSE 2375 ENV ALLOW_RESTARTS=0 \