Skip to content

Commit

Permalink
Merge pull request #6 from ChorusOne/bump-haproxy-2.8.5
Browse files Browse the repository at this point in the history
Upgrade haproxy to 2.8.5
  • Loading branch information
mksh authored Dec 11, 2023
2 parents b6a2722 + 5284796 commit 0cbe625
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 install_packages libjemalloc2 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 0cbe625

Please sign in to comment.