diff --git a/3.1/Dockerfile b/3.1/Dockerfile index 90fad4b..0a624d1 100644 --- a/3.1/Dockerfile +++ b/3.1/Dockerfile @@ -1,6 +1,6 @@ FROM golang:alpine3.20 AS dataplaneapi-builder -ENV DATAPLANE_MINOR 2.9.4 +ENV DATAPLANE_MINOR 2.9.5 ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi.git RUN apk add --no-cache ca-certificates git make && \