Update haproxy#21514
Open
yosifkit wants to merge 1 commit into
Open
Conversation
Changes: - docker-library/haproxy@84f01de: Update 3.4 to 3.4-dev13
Diff for 85fdc6a:diff --git a/_bashbrew-cat b/_bashbrew-cat
index a9edee1..cdd2f30 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -61,12 +61,12 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
GitCommit: 37598dc357dc2740f27aefecd2dd0e2554d3cf02
Directory: 3.3/alpine
-Tags: 3.4-dev12, 3.4-dev, 3.4-dev12-trixie, 3.4-dev-trixie
+Tags: 3.4-dev13, 3.4-dev, 3.4-dev13-trixie, 3.4-dev-trixie
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 4f7ea0e84098ff1d6d8919c9634d4b4c0148aa53
+GitCommit: 84f01de702284cb90dea787566228fca766c4dfa
Directory: 3.4
-Tags: 3.4-dev12-alpine, 3.4-dev-alpine, 3.4-dev12-alpine3.23, 3.4-dev-alpine3.23
+Tags: 3.4-dev13-alpine, 3.4-dev-alpine, 3.4-dev13-alpine3.23, 3.4-dev-alpine3.23
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 4f7ea0e84098ff1d6d8919c9634d4b4c0148aa53
+GitCommit: 84f01de702284cb90dea787566228fca766c4dfa
Directory: 3.4/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index ea46c6e..8bcae9a 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -47,10 +47,10 @@ haproxy:3.3.10-alpine
haproxy:3.3.10-alpine3.23
haproxy:3.3.10-trixie
haproxy:3.4-dev
-haproxy:3.4-dev12
-haproxy:3.4-dev12-alpine
-haproxy:3.4-dev12-alpine3.23
-haproxy:3.4-dev12-trixie
+haproxy:3.4-dev13
+haproxy:3.4-dev13-alpine
+haproxy:3.4-dev13-alpine3.23
+haproxy:3.4-dev13-trixie
haproxy:3.4-dev-alpine
haproxy:3.4-dev-alpine3.23
haproxy:3.4-dev-trixie
diff --git a/haproxy_3.4-dev-alpine3.23/Dockerfile b/haproxy_3.4-dev-alpine3.23/Dockerfile
index eaf3bd5..876b0b1 100644
--- a/haproxy_3.4-dev-alpine3.23/Dockerfile
+++ b/haproxy_3.4-dev-alpine3.23/Dockerfile
@@ -30,9 +30,9 @@ RUN set -eux; \
mkdir /var/lib/haproxy; \
chown haproxy:haproxy /var/lib/haproxy
-ENV HAPROXY_VERSION 3.4-dev12
-ENV HAPROXY_URL https://www.haproxy.org/download/3.4/src/devel/haproxy-3.4-dev12.tar.gz
-ENV HAPROXY_SHA256 d195f1184fd03e27ce28c0d6b9c8287a8bccaf19968c4e393737f5363c186a60
+ENV HAPROXY_VERSION 3.4-dev13
+ENV HAPROXY_URL https://www.haproxy.org/download/3.4/src/devel/haproxy-3.4-dev13.tar.gz
+ENV HAPROXY_SHA256 6a7a7489045134694dd5b29eae2251075f1b4ce63a79b7079849f2b53f0ef255
# see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
RUN set -eux; \
diff --git a/haproxy_3.4-dev-trixie/Dockerfile b/haproxy_3.4-dev-trixie/Dockerfile
index 1b749cc..5e6c6c7 100644
--- a/haproxy_3.4-dev-trixie/Dockerfile
+++ b/haproxy_3.4-dev-trixie/Dockerfile
@@ -30,9 +30,9 @@ RUN set -eux; \
mkdir /var/lib/haproxy; \
chown haproxy:haproxy /var/lib/haproxy
-ENV HAPROXY_VERSION 3.4-dev12
-ENV HAPROXY_URL https://www.haproxy.org/download/3.4/src/devel/haproxy-3.4-dev12.tar.gz
-ENV HAPROXY_SHA256 d195f1184fd03e27ce28c0d6b9c8287a8bccaf19968c4e393737f5363c186a60
+ENV HAPROXY_VERSION 3.4-dev13
+ENV HAPROXY_URL https://www.haproxy.org/download/3.4/src/devel/haproxy-3.4-dev13.tar.gz
+ENV HAPROXY_SHA256 6a7a7489045134694dd5b29eae2251075f1b4ce63a79b7079849f2b53f0ef255
# see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
RUN set -eux; \Relevant Maintainers: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes: