From e107144853191e5290f3f28a99ed9aedf383ea2c Mon Sep 17 00:00:00 2001 From: Joao Morais Date: Sat, 25 Dec 2021 10:09:55 -0300 Subject: [PATCH] update embedded haproxy from 2.0.25 to 2.0.26 --- builder/Dockerfile | 2 +- rootfs/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/Dockerfile b/builder/Dockerfile index bdb15f73d..5f6647c13 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.0.25-alpine +FROM haproxy:2.0.26-alpine RUN apk --no-cache add socat openssl lua5.3 lua-socket dumb-init diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 1169c0db5..ea24919f6 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.0.25-alpine +FROM haproxy:2.0.26-alpine RUN apk --no-cache add socat openssl lua5.3 lua-socket dumb-init COPY . /