From b7be1799b73bef697852eb5f047452b0e5874567 Mon Sep 17 00:00:00 2001 From: Tristan Date: Sat, 19 Nov 2022 04:14:47 +0000 Subject: [PATCH] Update HAProxy 2.7-dev to c860150 Shoutout to @mattiwei for making rst-ttl happen so quickly! :-) --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27ea463..8f2d0da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,8 +30,8 @@ variables: &default-variables .haproxy_dev: &haproxy-dev HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy.git" HAPROXY_VERSION: 2.7-dev - # https://git.haproxy.org/?p=haproxy.git;a=commit;h=a0abec8bc0f5ac547cd2ee2c7af9f7d911549c78 - HAPROXY_GITREF: "a0abec8bc0f5ac547cd2ee2c7af9f7d911549c78" + # https://git.haproxy.org/?p=haproxy.git;a=commit;h=c8601507b27db9df3c6e406c6d90c473c6976619 + HAPROXY_GITREF: "c8601507b27db9df3c6e406c6d90c473c6976619" .build-job: &build-job image: registry.gitlab.com/mangadex-pub/debuilder/buster:main