From 0c7b7fe55cbd2ebb92e2d9206561bd36fc29dacc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 10 Jul 2024 11:04:21 +0000 Subject: [PATCH] Automated commit triggered by 3.1-dev1 release(s) --- 3.1/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3.1/Dockerfile b/3.1/Dockerfile index 620e39c..689a38f 100644 --- a/3.1/Dockerfile +++ b/3.1/Dockerfile @@ -1,6 +1,6 @@ FROM golang:alpine3.20 AS dataplaneapi-builder -ENV DATAPLANE_MINOR 2.9.5 +ENV DATAPLANE_MINOR 2.9.6 ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi.git RUN apk add --no-cache ca-certificates git make && \ @@ -39,7 +39,7 @@ ENV HAPROXY_MINOR 3.1-dev1 ENV HAPROXY_SHA256 53fe7c5abd89c555043cdc09d8596a547982516e0eb8b136419cf7a120acc7e1 ENV HAPROXY_SRC_URL http://www.haproxy.org/download -ENV DATAPLANE_MINOR 2.9.5 +ENV DATAPLANE_MINOR 2.9.6 ENV DATAPLANE_SHA256 ec685350576898bb0a00d656f427f5da7c28043551a3e0050c1b5301547e235a ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi/releases/download