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 && \