Compare commits
2 Commits
f906de9669
...
bb28dec957
Author | SHA1 | Date |
---|---|---|
|
bb28dec957 | |
|
e7952f620e |
|
@ -1,4 +1,4 @@
|
||||||
FROM debian:9
|
FROM debian:10
|
||||||
|
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt install -y \
|
RUN apt install -y \
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
||||||
HAPROXY_VERSION=2.4.0
|
HAPROXY_VERSION=2.4.2
|
||||||
HAPROXY_URL=https://www.haproxy.org/download/2.4/src/haproxy-${HAPROXY_VERSION}.tar.gz
|
HAPROXY_URL=https://www.haproxy.org/download/2.4/src/haproxy-${HAPROXY_VERSION}.tar.gz
|
||||||
HAPROXY_SHA256_URL=${HAPROXY_URL}.sha256
|
HAPROXY_SHA256_URL=${HAPROXY_URL}.sha256
|
||||||
HAPROXY_SRC=/tmp/haproxy
|
HAPROXY_SRC=/tmp/haproxy
|
||||||
|
|
Loading…
Reference in New Issue