1
0
mirror of https://github.com/docker-library/haproxy.git synced 2025-04-17 23:57:35 +03:00

Update 3.2 to 3.2-dev10

This commit is contained in:
Docker Library Bot 2025-04-11 04:13:35 -07:00
parent da8223cae7
commit 5af892138f
3 changed files with 9 additions and 9 deletions

6
3.2/Dockerfile generated
View File

@ -29,9 +29,9 @@ RUN set -eux; \
mkdir /var/lib/haproxy; \
chown haproxy:haproxy /var/lib/haproxy
ENV HAPROXY_VERSION 3.2-dev9
ENV HAPROXY_URL https://www.haproxy.org/download/3.2/src/devel/haproxy-3.2-dev9.tar.gz
ENV HAPROXY_SHA256 4a47f314fe9569c21f5ff37988e67bb92ec051aaf0a18ed63e508686d9b4c9ad
ENV HAPROXY_VERSION 3.2-dev10
ENV HAPROXY_URL https://www.haproxy.org/download/3.2/src/devel/haproxy-3.2-dev10.tar.gz
ENV HAPROXY_SHA256 641e8abbbd9b3585bc02654c53fd8080f89963922df66e36cc9680387fb81451
# see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
RUN set -eux; \

6
3.2/alpine/Dockerfile generated
View File

@ -28,9 +28,9 @@ RUN set -eux; \
mkdir /var/lib/haproxy; \
chown haproxy:haproxy /var/lib/haproxy
ENV HAPROXY_VERSION 3.2-dev9
ENV HAPROXY_URL https://www.haproxy.org/download/3.2/src/devel/haproxy-3.2-dev9.tar.gz
ENV HAPROXY_SHA256 4a47f314fe9569c21f5ff37988e67bb92ec051aaf0a18ed63e508686d9b4c9ad
ENV HAPROXY_VERSION 3.2-dev10
ENV HAPROXY_URL https://www.haproxy.org/download/3.2/src/devel/haproxy-3.2-dev10.tar.gz
ENV HAPROXY_SHA256 641e8abbbd9b3585bc02654c53fd8080f89963922df66e36cc9680387fb81451
# see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
RUN set -eux; \

View File

@ -43,8 +43,8 @@
"3.2": {
"alpine": "3.21",
"debian": "bookworm-slim",
"sha256": "4a47f314fe9569c21f5ff37988e67bb92ec051aaf0a18ed63e508686d9b4c9ad",
"url": "https://www.haproxy.org/download/3.2/src/devel/haproxy-3.2-dev9.tar.gz",
"version": "3.2-dev9"
"sha256": "641e8abbbd9b3585bc02654c53fd8080f89963922df66e36cc9680387fb81451",
"url": "https://www.haproxy.org/download/3.2/src/devel/haproxy-3.2-dev10.tar.gz",
"version": "3.2-dev10"
}
}