From 88f12e385f2168090d22676b4811a6151e76ad8f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Dec 2024 16:00:18 +0000 Subject: [PATCH] Automated commit triggered by 2.2.33 release(s) --- 2.2/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2.2/Dockerfile b/2.2/Dockerfile index 7450381..dc37de9 100644 --- a/2.2/Dockerfile +++ b/2.2/Dockerfile @@ -1,7 +1,7 @@ FROM golang:alpine AS builder -ENV DATAPLANE_MINOR 3.0.3 -ENV DATAPLANE_V2_MINOR 2.9.8 +ENV DATAPLANE_MINOR 3.0.4 +ENV DATAPLANE_V2_MINOR 2.9.9 ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi.git RUN apk add --no-cache ca-certificates git make && \