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 7fb0895 commit 59afc29Copy full SHA for 59afc29
3.3/Dockerfile
@@ -1,6 +1,6 @@
1
FROM golang:alpine AS builder
2
3
-ENV DATAPLANE_MINOR 3.1.5
+ENV DATAPLANE_MINOR 3.2.0
4
ENV DATAPLANE_V2_MINOR 2.9.13
5
ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi.git
6
@@ -20,12 +20,12 @@ MAINTAINER Dinko Korunic <[email protected]>
20
LABEL Name HAProxy
21
LABEL Release Community Edition
22
LABEL Vendor HAProxy
23
-LABEL Version 3.3.0
+LABEL Version 3.3-dev0
24
LABEL RUN /usr/bin/docker -d IMAGE
25
26
ENV HAPROXY_BRANCH 3.3
27
-ENV HAPROXY_MINOR 3.3.0-old
28
-ENV HAPROXY_SHA256 f762ae31bca1b51feb89e4395e36e17f867c25372a10853c70d292c3dd17b7b0
+ENV HAPROXY_MINOR 3.3-dev0
+ENV HAPROXY_SHA256 752d564662c2c909f4788f1173c1f7fdf4492ee8da79a5f81e22e0ecbf2b7f02
29
ENV HAPROXY_SRC_URL http://www.haproxy.org/download
30
31
ENV HAPROXY_UID haproxy
0 commit comments