Skip to content

Commit 02a4f51

Browse files
authored
Merge pull request #146 from TimWolla/haproxy-2.4
Update to 2.4-dev13
2 parents 8404438 + 1f1ec5e commit 02a4f51

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

2.4-rc/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ RUN set -eux; \
1212
--uid 99 \
1313
haproxy
1414

15-
ENV HAPROXY_VERSION 2.4-dev12
16-
ENV HAPROXY_URL https://www.haproxy.org/download/2.4/src/devel/haproxy-2.4-dev12.tar.gz
17-
ENV HAPROXY_SHA256 d99c43787d9cdd0f11cd631c9096c22d69b4b537b7eb2dd70af7a91dc1a8fcfc
15+
ENV HAPROXY_VERSION 2.4-dev13
16+
ENV HAPROXY_URL https://www.haproxy.org/download/2.4/src/devel/haproxy-2.4-dev13.tar.gz
17+
ENV HAPROXY_SHA256 e7af12831402ec9c28d2ee16a0aba39dd6af866e2c8637790f5d3a7a3151750b
1818

1919
# see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
2020
RUN set -eux; \

2.4-rc/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ RUN set -eux; \
1313
--uid 99 \
1414
haproxy
1515

16-
ENV HAPROXY_VERSION 2.4-dev12
17-
ENV HAPROXY_URL https://www.haproxy.org/download/2.4/src/devel/haproxy-2.4-dev12.tar.gz
18-
ENV HAPROXY_SHA256 d99c43787d9cdd0f11cd631c9096c22d69b4b537b7eb2dd70af7a91dc1a8fcfc
16+
ENV HAPROXY_VERSION 2.4-dev13
17+
ENV HAPROXY_URL https://www.haproxy.org/download/2.4/src/devel/haproxy-2.4-dev13.tar.gz
18+
ENV HAPROXY_SHA256 e7af12831402ec9c28d2ee16a0aba39dd6af866e2c8637790f5d3a7a3151750b
1919

2020
# see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
2121
RUN set -x \

0 commit comments

Comments
 (0)