Skip to content

Commit 072200c

Browse files
Update to 1.8.6
1 parent 4123afa commit 072200c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

1.8/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.8
11-
ENV HAPROXY_VERSION 1.8.5
12-
ENV HAPROXY_MD5 a640cb01532462a6d0758e71d5f0a596
11+
ENV HAPROXY_VERSION 1.8.6
12+
ENV HAPROXY_MD5 5920cc244028fe23e182c4d7618e4077
1313

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

1.8/alpine/Dockerfile

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

33
ENV HAPROXY_MAJOR 1.8
4-
ENV HAPROXY_VERSION 1.8.5
5-
ENV HAPROXY_MD5 a640cb01532462a6d0758e71d5f0a596
4+
ENV HAPROXY_VERSION 1.8.6
5+
ENV HAPROXY_MD5 5920cc244028fe23e182c4d7618e4077
66

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

0 commit comments

Comments
 (0)