bump haproxy base

This commit is contained in:
Benjamin Elder
2019-12-19 15:57:14 -08:00
parent 2bf04828d5
commit f599542493
2 changed files with 2 additions and 2 deletions

View File

@@ -14,6 +14,6 @@
# standard haproxy image + minimal config so the container will not exit
ARG ARCH="amd64"
ARG BASE="haproxy:2.0.0-alpine"
ARG BASE="haproxy:2.1.1-alpine"
FROM ${ARCH}/${BASE}
COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg

View File

@@ -28,7 +28,7 @@ cd "${REPO_ROOT}"
cd ./images/haproxy
IMAGE="${IMAGE:-kindest/haproxy}"
TAG="${TAG:-2.0.0-alpine}"
TAG="${TAG:-2.1.1-alpine}"
BASE="haproxy:${TAG}"
# tag arch, manifest architecture, variant