Skip to content

Commit ad99a88

Browse files
committed
Update to 1.7.13
1 parent 8404438 commit ad99a88

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

1.7/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 1.7.12
16-
ENV HAPROXY_URL https://www.haproxy.org/download/1.7/src/haproxy-1.7.12.tar.gz
17-
ENV HAPROXY_SHA256 4118178b553a107b227f3f84774c7a50ae0b3ac2be39211c3db511ed4efe48ce
15+
ENV HAPROXY_VERSION 1.7.13
16+
ENV HAPROXY_URL https://www.haproxy.org/download/1.7/src/haproxy-1.7.13.tar.gz
17+
ENV HAPROXY_SHA256 53ae3ae722236a56cc8b584bf1f8ef422fc40e9ce032d244e256c486c1713600
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; \

1.7/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 1.7.12
17-
ENV HAPROXY_URL https://www.haproxy.org/download/1.7/src/haproxy-1.7.12.tar.gz
18-
ENV HAPROXY_SHA256 4118178b553a107b227f3f84774c7a50ae0b3ac2be39211c3db511ed4efe48ce
16+
ENV HAPROXY_VERSION 1.7.13
17+
ENV HAPROXY_URL https://www.haproxy.org/download/1.7/src/haproxy-1.7.13.tar.gz
18+
ENV HAPROXY_SHA256 53ae3ae722236a56cc8b584bf1f8ef422fc40e9ce032d244e256c486c1713600
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)