From aa0a234523cad45ca0432f8036f2bff704143d63 Mon Sep 17 00:00:00 2001 From: Joao Morais Date: Thu, 17 Jun 2021 07:38:20 -0300 Subject: [PATCH] update embedded haproxy from 2.2.13 to 2.2.14 --- builder/Dockerfile | 2 +- rootfs/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/Dockerfile b/builder/Dockerfile index d02c00a95..e1b624ccf 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -29,7 +29,7 @@ RUN cd /src\ -ldflags "-s -w -X ${VERSION_PKG}.RELEASE=${GIT_TAG} -X ${VERSION_PKG}.COMMIT=${GIT_COMMIT} -X ${VERSION_PKG}.REPO=${GIT_REPO}"\ -o haproxy-ingress pkg/main.go -FROM haproxy:2.2.13-alpine +FROM haproxy:2.2.14-alpine RUN apk --no-cache add socat openssl lua5.3 lua-socket dumb-init diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index ed047eecb..b7e4ddd11 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM haproxy:2.2.13-alpine +FROM haproxy:2.2.14-alpine RUN apk --no-cache add socat openssl lua5.3 lua-socket dumb-init COPY . /