From 55b6532e9b82eda48d6017aff341cfd1a9958a3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 9 Nov 2023 15:03:32 +0000 Subject: [PATCH] Automated commit triggered by 2.2.31 release(s) --- 2.2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.2/Dockerfile b/2.2/Dockerfile index f23b4a9..36a1cbf 100644 --- a/2.2/Dockerfile +++ b/2.2/Dockerfile @@ -1,6 +1,6 @@ FROM golang:latest AS 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"