bump haproxy to latest v2.2.0

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
This commit is contained in:
Jintao Zhang
2020-07-08 10:32:42 +08:00
parent b6f979ec8d
commit 3e4eb8b795

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.7-alpine"
ARG BASE="haproxy:2.2.0-alpine"
FROM ${BASE}
COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg