From d2f50498cb31c9e191931a8d0d6179ea200b4599 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Jun 2024 13:05:18 +0000 Subject: [PATCH] Automated commit triggered by 2.4.26 release(s) --- 2.4/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.4/Dockerfile b/2.4/Dockerfile index 1e6a374..0406918 100644 --- a/2.4/Dockerfile +++ b/2.4/Dockerfile @@ -1,6 +1,6 @@ FROM golang:alpine3.20 AS 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 && \