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 bb7041c commit 4380d30Copy full SHA for 4380d30
3.1/Dockerfile
@@ -1,7 +1,7 @@
1
FROM golang:alpine AS builder
2
3
-ENV DATAPLANE_MINOR 3.1.9
4
-ENV DATAPLANE_V2_MINOR 2.9.17
+ENV DATAPLANE_MINOR 3.1.10
+ENV DATAPLANE_V2_MINOR 2.9.18
5
ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi.git
6
7
RUN apk add --no-cache ca-certificates git make && \
3.1/Dockerfile.api
@@ -18,7 +18,7 @@ ENV HAPROXY_GID haproxy
18
19
ENV DEBIAN_FRONTEND noninteractive
20
21
22
ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi/releases/download
23
24
ARG TARGETPLATFORM
0 commit comments