From 555f170838fc774bd500251f5c7168b933cb34d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 26 Sep 2024 17:06:26 +0000 Subject: [PATCH] Automated commit triggered by 3.0.5 release(s) --- 3.0/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3.0/Dockerfile b/3.0/Dockerfile index 744d84e..8ef55a2 100644 --- a/3.0/Dockerfile +++ b/3.0/Dockerfile @@ -1,7 +1,7 @@ FROM golang:alpine3.20 AS builder -ENV DATAPLANE_MINOR 3.0.1 -ENV DATAPLANE_V2_MINOR 2.9.6 +ENV DATAPLANE_MINOR 3.0.2 +ENV DATAPLANE_V2_MINOR 2.9.7 ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi.git RUN apk add --no-cache ca-certificates git make && \