From f6986d55c2bf37022f3f6db4b95e266bc806660f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 20 Sep 2024 13:08:14 +0000 Subject: [PATCH] Automated commit triggered by 3.1-dev8 release(s) --- 3.1/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.1/Dockerfile b/3.1/Dockerfile index 009cca8..82ea0af 100644 --- a/3.1/Dockerfile +++ b/3.1/Dockerfile @@ -1,6 +1,6 @@ FROM golang:alpine3.20 AS dataplaneapi-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