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 ca90919 commit bfe8012Copy full SHA for bfe8012
3.2/Dockerfile
@@ -1,7 +1,7 @@
1
FROM golang:alpine AS builder
2
3
-ENV DATAPLANE_MINOR 3.2.5
4
-ENV DATAPLANE_V2_MINOR 2.9.18
+ENV DATAPLANE_MINOR 3.2.6
+ENV DATAPLANE_V2_MINOR 2.9.19
5
ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi.git
6
7
RUN apk add --no-cache ca-certificates git make && \
3.2/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