We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ddfffd commit f9c8129Copy full SHA for f9c8129
3.2/Dockerfile
@@ -1,7 +1,7 @@
1
FROM golang:alpine AS dataplaneapi-builder
2
3
-ENV DATAPLANE_MINOR 3.1.3
4
-ENV DATAPLANE_V2_MINOR 2.9.11
+ENV DATAPLANE_MINOR 3.1.4
+ENV DATAPLANE_V2_MINOR 2.9.12
5
ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi.git
6
7
RUN apk add --no-cache ca-certificates git make && \
0 commit comments