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 11# vim:set ft=dockerfile:
22FROM debian:buster-slim
33
4- ENV HAPROXY_VERSION 2.0.15
5- ENV HAPROXY_URL https://www.haproxy.org/download/2.0/src/haproxy-2.0.15 .tar.gz
6- ENV HAPROXY_SHA256 6e21c6b92d4035ee006ef18e25f396d7e71552a6d3a1e075fa9fe59d89eaaeee
4+ ENV HAPROXY_VERSION 2.0.16
5+ ENV HAPROXY_URL https://www.haproxy.org/download/2.0/src/haproxy-2.0.16 .tar.gz
6+ ENV HAPROXY_SHA256 8eda217f3bf82f7ad6353bfd0c2005c4ac2da6cdca0398cf98de0016cdb97385
77
88# see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
99RUN set -x \
Original file line number Diff line number Diff line change 11# vim:set ft=dockerfile:
22FROM alpine:3.12
33
4- ENV HAPROXY_VERSION 2.0.15
5- ENV HAPROXY_URL https://www.haproxy.org/download/2.0/src/haproxy-2.0.15 .tar.gz
6- ENV HAPROXY_SHA256 6e21c6b92d4035ee006ef18e25f396d7e71552a6d3a1e075fa9fe59d89eaaeee
4+ ENV HAPROXY_VERSION 2.0.16
5+ ENV HAPROXY_URL https://www.haproxy.org/download/2.0/src/haproxy-2.0.16 .tar.gz
6+ ENV HAPROXY_SHA256 8eda217f3bf82f7ad6353bfd0c2005c4ac2da6cdca0398cf98de0016cdb97385
77
88# see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
99RUN set -x \
You can’t perform that action at this time.
0 commit comments