diff --git a/2.6/Dockerfile b/2.6/Dockerfile index a0419cf..4cd4086 100644 --- a/2.6/Dockerfile +++ b/2.6/Dockerfile @@ -1,6 +1,6 @@ FROM golang:alpine3.20 AS dataplaneapi-builder -ENV DATAPLANE_MINOR 2.9.3 +ENV DATAPLANE_MINOR 2.9.4 ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi.git RUN apk add --no-cache ca-certificates git make && \ @@ -39,7 +39,7 @@ ENV HAPROXY_MINOR 2.6.17 ENV HAPROXY_SHA256 be48ee8ff9127c402b4c6cf1445cef7052f2c540ed1eff2dd04af677b8cd9dd0 ENV HAPROXY_SRC_URL http://www.haproxy.org/download -ENV DATAPLANE_MINOR 2.9.3 +ENV DATAPLANE_MINOR 2.9.4 ENV DATAPLANE_SHA256 ec685350576898bb0a00d656f427f5da7c28043551a3e0050c1b5301547e235a ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi/releases/download