File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ RUN apt-get update \
8
8
&& rm -rf /var/lib/apt/lists/*
9
9
10
10
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
13
13
14
14
# see http://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
15
15
RUN set -x \
Original file line number Diff line number Diff line change 1
1
FROM alpine:3.5
2
2
3
3
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
6
6
7
7
# https://www.lua.org/ftp/#source
8
8
ENV LUA_VERSION=5.3.3 \
You can’t perform that action at this time.
0 commit comments