From a7371cf67b8c241be6473993d593525ad7f54cec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 May 2024 14:00:26 +0000 Subject: [PATCH] Automated commit triggered by 2.9.7 release(s) --- 2.9/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.9/Dockerfile b/2.9/Dockerfile index 7f434c6..e26af67 100644 --- a/2.9/Dockerfile +++ b/2.9/Dockerfile @@ -1,6 +1,6 @@ FROM golang:alpine3.18 AS builder -ENV DATAPLANE_MINOR 2.7.11 +ENV DATAPLANE_MINOR 2.9.3 ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi.git RUN apk add --no-cache ca-certificates git make && \