diff --git a/3.0/Dockerfile b/3.0/Dockerfile index 728898f..2130dbe 100644 --- a/3.0/Dockerfile +++ b/3.0/Dockerfile @@ -1,6 +1,6 @@ FROM golang:alpine3.20 AS dataplaneapi-builder -ENV DATAPLANE_MINOR 3.0.0 +ENV DATAPLANE_MINOR 3.0.1 ENV DATAPLANE_V2_MINOR 2.9.6 ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi.git