Skip to content

Commit

Permalink
Upgrade haproxy to 2.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mksh committed Dec 11, 2023
1 parent b6a2722 commit 7db0a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ FROM flashbots/mev-boost:${MEV_BOOST_VERSION} as mevboost

# install fresh haproxy (debian stock version is buggy)
FROM bitnami/minideb:${DEBIAN_RELEASE} as haproxy
ENV HAPROXY_SHA256="e02ad19aa2a1c76d019ace4cfc937781cc3368cc3f144ea62be5e151456c5ba1"
ENV HAPROXY_SHA256="0d70dc7da3d004d3c4b7f2dffa539faebd307e2726b82533957c3ac6003e88fc"

RUN install_packages curl ca-certificates liblua5.3-0 libopentracing-c-wrapper0
RUN cd /tmp && \
curl -L https://launchpad.net/~vbernat/+archive/ubuntu/haproxy-2.8/+files/haproxy_2.8.3-1ppa1~jammy_amd64.deb -o /tmp/haproxy.deb \
curl -L https://launchpad.net/~vbernat/+archive/ubuntu/haproxy-2.8/+files/haproxy_2.8.5-1ppa1~jammy_amd64.deb -o /tmp/haproxy.deb \
&& echo "${HAPROXY_SHA256} /tmp/haproxy.deb" | sha256sum -c \
&& dpkg -i /tmp/haproxy.deb

Expand Down

0 comments on commit 7db0a4f

Please sign in to comment.