update dataplaneapi in Dockerfile for testing

This commit is contained in:
Thomas Lynch
2023-06-04 12:52:11 +10:00
parent fa4680aaa6
commit 2ec52e804d

View File

@ -1,3 +1,4 @@
# #
# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh" # NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh"
# #
@ -18,7 +19,7 @@ RUN set -eux; \
haproxy haproxy
ENV HAPROXY_URL http://www.haproxy.org/download/2.7/src/snapshot/haproxy-ss-LATEST.tar.gz ENV HAPROXY_URL http://www.haproxy.org/download/2.7/src/snapshot/haproxy-ss-LATEST.tar.gz
ENV DATAPLANEAPI_URL https://github.com/haproxytech/dataplaneapi/releases/download/v2.7.2/dataplaneapi_2.7.2_Linux_x86_64.tar.gz ENV DATAPLANEAPI_URL https://github.com/haproxytech/dataplaneapi/releases/download/v2.7.5/dataplaneapi_2.7.5_Linux_x86_64.tar.gz
# see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments # see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
RUN set -eux; \ RUN set -eux; \