Commit fe30227b authored by Geoff Simmons's avatar Geoff Simmons

Update version string for haproxy.

parent 88445180
......@@ -25,7 +25,7 @@ RUN cd /go && git clone https://github.com/haproxytech/dataplaneapi.git && \
# Build haproxy
FROM debian:${debian_tag}
ARG haproxy_version=2.6.12-1
ARG haproxy_version=2.6.12-1+deb12u1
RUN apt-get update -q && \
apt-get install -y -q haproxy=${haproxy_version} && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment