From a87caec955807a72626ddd616a82d7cff11bf463 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 5 Jul 2024 11:04:25 +0000 Subject: [PATCH] Automated commit triggered by 2.6.18 release(s) --- 2.6/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2.6/Dockerfile b/2.6/Dockerfile index f4b8f82..97e052b 100644 --- a/2.6/Dockerfile +++ b/2.6/Dockerfile @@ -1,6 +1,6 @@ FROM golang:alpine3.20 AS dataplaneapi-builder -ENV DATAPLANE_MINOR 2.9.4 +ENV DATAPLANE_MINOR 2.9.5 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 2.6.18 ENV HAPROXY_SHA256 1b36d3c618360eff7cdc2b70dd53affdf9c939d0fdf8602ac2d77018535f709a ENV HAPROXY_SRC_URL http://www.haproxy.org/download -ENV DATAPLANE_MINOR 2.9.4 +ENV DATAPLANE_MINOR 2.9.5 ENV DATAPLANE_SHA256 ec685350576898bb0a00d656f427f5da7c28043551a3e0050c1b5301547e235a ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi/releases/download