From 1566f6f57355e93a97a443cd1c17127f0a0511d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 26 Sep 2024 17:01:59 +0000 Subject: [PATCH] Automated commit triggered by 2.6.19 release(s) --- 2.6/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2.6/Dockerfile b/2.6/Dockerfile index e8d8867..21056fe 100644 --- a/2.6/Dockerfile +++ b/2.6/Dockerfile @@ -1,7 +1,7 @@ FROM golang:alpine3.20 AS dataplaneapi-builder -ENV DATAPLANE_MINOR 3.0.1 -ENV DATAPLANE_V2_MINOR 2.9.6 +ENV DATAPLANE_MINOR 3.0.2 +ENV DATAPLANE_V2_MINOR 2.9.7 ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi.git RUN apk add --no-cache ca-certificates git make && \