From 99747565642c0f99f879b010133778630c78ad8b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Dec 2024 15:04:09 +0000 Subject: [PATCH] Automated commit triggered by 2.9.13 release(s) --- 2.9/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.9/Dockerfile b/2.9/Dockerfile index 3a3e4d6..f58b75d 100644 --- a/2.9/Dockerfile +++ b/2.9/Dockerfile @@ -1,6 +1,6 @@ FROM golang:alpine AS builder -ENV DATAPLANE_MINOR 3.0.3 +ENV DATAPLANE_MINOR 3.0.4 ENV DATAPLANE_V2_MINOR 2.9.8 ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi.git