From c29ddf5a10d9a843a0ab83f62a85a42c95248bea Mon Sep 17 00:00:00 2001 From: Joao Morais Date: Tue, 5 Apr 2022 21:15:12 -0300 Subject: [PATCH] update embedded haproxy from 2.4.12 to 2.4.15 --- builder/Dockerfile | 2 +- rootfs/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/Dockerfile b/builder/Dockerfile index 1030219ee..7a174cffe 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -28,7 +28,7 @@ RUN GIT_TAG=${GIT_TAG:-latest}\ -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.4.12-alpine +FROM haproxy:2.4.15-alpine USER root diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 1a74b8cf9..8b4616923 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.4.12-alpine +FROM haproxy:2.4.15-alpine USER root