We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd08c9 commit 8791a5cCopy full SHA for 8791a5c
3.0/Dockerfile
@@ -1,6 +1,6 @@
1
FROM golang:alpine AS builder
2
3
-ENV DATAPLANE_MINOR 3.2.4
+ENV DATAPLANE_MINOR 3.0.13
4
ENV DATAPLANE_V2_MINOR 2.9.17
5
ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi.git
6
3.0/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