From f509e91ed86ac6a44a75338be758e8b19a954d49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 May 2024 14:00:29 +0000 Subject: [PATCH] Automated commit triggered by 3.0-dev11 release(s) --- 3.0/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.0/Dockerfile b/3.0/Dockerfile index 653a5eb..d9ff232 100644 --- a/3.0/Dockerfile +++ b/3.0/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 && \