From 385636991d289a7ced9cdfe1cb8af055d7b45b38 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 20 Sep 2024 13:09:09 +0000 Subject: [PATCH] Automated commit triggered by 2.6.19 release(s) --- 2.6/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.6/Dockerfile b/2.6/Dockerfile index a46d04b..c4b9c40 100644 --- a/2.6/Dockerfile +++ b/2.6/Dockerfile @@ -1,6 +1,6 @@ FROM golang:alpine3.20 AS builder -ENV DATAPLANE_MINOR 3.0.0 +ENV DATAPLANE_MINOR 3.0.1 ENV DATAPLANE_V2_MINOR 2.9.6 ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi.git