bump haproxy to latest

This commit is contained in:
Benjamin Elder
2020-06-17 19:32:02 -07:00
parent 07e601ffb5
commit 84cd08e0a9

View File

@@ -13,6 +13,6 @@
# limitations under the License.
# standard haproxy image + minimal config so the container will not exit
ARG BASE="haproxy:2.1.1-alpine"
ARG BASE="haproxy:2.1.7-alpine"
FROM ${BASE}
COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg