Skip to content

Commit 394255f

Browse files
Update to 1.7.9
1 parent 9b5d5bf commit 394255f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

1.7/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ RUN apt-get update \
88
&& rm -rf /var/lib/apt/lists/*
99

1010
ENV HAPROXY_MAJOR 1.7
11-
ENV HAPROXY_VERSION 1.7.8
12-
ENV HAPROXY_MD5 7e94653cc5a1dba006bbe43736f53595
11+
ENV HAPROXY_VERSION 1.7.9
12+
ENV HAPROXY_MD5 a2bbbdd45ffe18d99cdcf26aa992f92d
1313

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

1.7/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM alpine:3.5
22

33
ENV HAPROXY_MAJOR 1.7
4-
ENV HAPROXY_VERSION 1.7.8
5-
ENV HAPROXY_MD5 7e94653cc5a1dba006bbe43736f53595
4+
ENV HAPROXY_VERSION 1.7.9
5+
ENV HAPROXY_MD5 a2bbbdd45ffe18d99cdcf26aa992f92d
66

77
# https://www.lua.org/ftp/#source
88
ENV LUA_VERSION=5.3.3 \

0 commit comments

Comments
 (0)