This commit is contained in:
2025-11-03 22:14:47 +01:00
parent 86b46aa29f
commit 90e540a363
2 changed files with 2 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ RUN set -eux; \
chown haproxy:haproxy /var/lib/haproxy
ENV HAPROXY_VERSION ${HAPROXY_VERSION}
ENV HAPROXY_URL https://www.haproxy.org/download/3.0/src/haproxy-${HAPROXY_VERSION}.tar.gz
ENV HAPROXY_URL https://www.haproxy.org/download/${HAPROXY_BRANCH}/src/haproxy-${HAPROXY_VERSION}.tar.gz
ENV HAPROXY_SHA256 ${HAPROXY_SHA256}
RUN set -eux; \