diff --git a/2.8/Dockerfile b/2.8/Dockerfile index 2136cbe..b7fc299 100644 --- a/2.8/Dockerfile +++ b/2.8/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 && \