From 52927c2af9296bd0aa7af0a2e5e182527c0c6efc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Jun 2024 13:06:11 +0000 Subject: [PATCH] Automated commit triggered by 2.8.9 release(s) --- 2.8/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2.8/Dockerfile b/2.8/Dockerfile index 7953317..5f1ba61 100644 --- a/2.8/Dockerfile +++ b/2.8/Dockerfile @@ -1,6 +1,6 @@ FROM golang:alpine3.20 AS dataplaneapi-builder -ENV DATAPLANE_MINOR 2.9.3 +ENV DATAPLANE_MINOR 2.9.4 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.8.9 ENV HAPROXY_SHA256 7a821478f36f847607f51a51e80f4f890c37af4811d60438e7f63783f67592ff ENV HAPROXY_SRC_URL http://www.haproxy.org/download -ENV DATAPLANE_MINOR 2.9.3 +ENV DATAPLANE_MINOR 2.9.4 ENV DATAPLANE_SHA256 ec685350576898bb0a00d656f427f5da7c28043551a3e0050c1b5301547e235a ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi/releases/download