File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# vim:set ft=dockerfile:
2
2
FROM debian:buster-slim
3
3
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
7
7
8
8
# see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
9
9
RUN set -x \
Original file line number Diff line number Diff line change 1
1
# vim:set ft=dockerfile:
2
2
FROM alpine:3.12
3
3
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
7
7
8
8
# see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
9
9
RUN set -x \
You can’t perform that action at this time.
0 commit comments