Skip to content

Commit 8d69936

Browse files
Update to 2.2.1
1 parent 4375313 commit 8d69936

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

2.2/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# vim:set ft=dockerfile:
22
FROM debian:buster-slim
33

4-
ENV HAPROXY_VERSION 2.2.0
5-
ENV HAPROXY_URL https://www.haproxy.org/download/2.2/src/haproxy-2.2.0.tar.gz
6-
ENV HAPROXY_SHA256 3c1a87160eea40e067f1e2813bfe692280a10c455beb17a8ee7fae11e4223274
4+
ENV HAPROXY_VERSION 2.2.1
5+
ENV HAPROXY_URL https://www.haproxy.org/download/2.2/src/haproxy-2.2.1.tar.gz
6+
ENV HAPROXY_SHA256 536552af1316807c01de727ad3dac84b3a2f5285db32e9bfdfe234e47ff9d124
77

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

2.2/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# vim:set ft=dockerfile:
22
FROM alpine:3.12
33

4-
ENV HAPROXY_VERSION 2.2.0
5-
ENV HAPROXY_URL https://www.haproxy.org/download/2.2/src/haproxy-2.2.0.tar.gz
6-
ENV HAPROXY_SHA256 3c1a87160eea40e067f1e2813bfe692280a10c455beb17a8ee7fae11e4223274
4+
ENV HAPROXY_VERSION 2.2.1
5+
ENV HAPROXY_URL https://www.haproxy.org/download/2.2/src/haproxy-2.2.1.tar.gz
6+
ENV HAPROXY_SHA256 536552af1316807c01de727ad3dac84b3a2f5285db32e9bfdfe234e47ff9d124
77

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

0 commit comments

Comments
 (0)