We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8791a5c commit 676ea07Copy full SHA for 676ea07
3.1/Dockerfile
@@ -1,6 +1,6 @@
1
FROM golang:alpine AS builder
2
3
-ENV DATAPLANE_MINOR 3.2.4
+ENV DATAPLANE_MINOR 3.1.9
4
ENV DATAPLANE_V2_MINOR 2.9.17
5
ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi.git
6
3.1/Dockerfile.api
@@ -16,7 +16,7 @@ ENV HAPROXY_SRC_URL http://www.haproxy.org/download
16
ENV HAPROXY_UID haproxy
17
ENV HAPROXY_GID haproxy
18
19
20
ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi/releases/download
21
22
ARG TARGETPLATFORM
0 commit comments