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 d99b5a4 commit c42f7f6Copy full SHA for c42f7f6
3.3/Dockerfile
@@ -1,7 +1,7 @@
1
FROM golang:alpine AS builder
2
3
-ENV DATAPLANE_MINOR 3.2.4
4
-ENV DATAPLANE_V2_MINOR 2.9.17
+ENV DATAPLANE_MINOR 3.2.5
+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.3/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