mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
bump haproxy to latest v2.2.0
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user