Compare commits

..

No commits in common. "bb28dec957b027bb904f8e1fdeee4ddb93fd95f8" and "f906de9669604d0697c6fd5dc9e66a8148a064c1" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM debian:10
FROM debian:9
RUN apt update
RUN apt install -y \

View File

@ -3,7 +3,7 @@
set -e
HAPROXY_VERSION=2.4.2
HAPROXY_VERSION=2.4.0
HAPROXY_URL=https://www.haproxy.org/download/2.4/src/haproxy-${HAPROXY_VERSION}.tar.gz
HAPROXY_SHA256_URL=${HAPROXY_URL}.sha256
HAPROXY_SRC=/tmp/haproxy