From ece4ecea8a2b9e707e6772246fbbde71e56aaf39 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 9 Nov 2023 15:04:26 +0000 Subject: [PATCH] Automated commit triggered by 2.7.10 release(s) --- 2.7/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2.7/Dockerfile b/2.7/Dockerfile index ffb7802..a16c7e4 100644 --- a/2.7/Dockerfile +++ b/2.7/Dockerfile @@ -1,6 +1,6 @@ FROM golang:latest AS dataplaneapi-builder -ENV DATAPLANE_MINOR 2.8.3 +ENV DATAPLANE_MINOR 2.8.4 ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi.git RUN git clone "${DATAPLANE_URL}" "${GOPATH}/src/github.com/haproxytech/dataplaneapi" @@ -40,7 +40,7 @@ ENV HAPROXY_MINOR 2.7.10 ENV HAPROXY_SHA256 be175dcc1f6ad7ea174262493839bf2e632a3dd7df137dcca4ab882ae00c7490 ENV HAPROXY_SRC_URL http://www.haproxy.org/download -ENV DATAPLANE_MINOR 2.8.3 +ENV DATAPLANE_MINOR 2.8.4 ENV DATAPLANE_SHA256 ec685350576898bb0a00d656f427f5da7c28043551a3e0050c1b5301547e235a ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi/releases/download