Update haproxy version

E: Version '2.2.9-2+deb11u2' for 'haproxy' was not found
parent 3d206a89
...@@ -23,7 +23,7 @@ RUN cd /go && git clone https://github.com/haproxytech/dataplaneapi.git && \ ...@@ -23,7 +23,7 @@ RUN cd /go && git clone https://github.com/haproxytech/dataplaneapi.git && \
# Build haproxy # Build haproxy
FROM debian:${debian_tag} FROM debian:${debian_tag}
ARG haproxy_version=2.2.9-2+deb11u2 ARG haproxy_version=2.2.9-2+deb11u3
RUN apt-get update -q && \ RUN apt-get update -q && \
apt-get install -y -q haproxy=${haproxy_version} && \ 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