Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update haproxy #9083

Merged
merged 1 commit into from
Nov 14, 2020
Merged

Update haproxy #9083

merged 1 commit into from
Nov 14, 2020

Conversation

tianon
Copy link
Member

@tianon tianon commented Nov 14, 2020

Changes:

Changes:

- docker-library/haproxy@f14d7fc: Update to 2.3.1
@github-actions
Copy link

Diff for 59a40ff:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 7ae2140..408f34b 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -51,14 +51,14 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 1678bf37370bac8e3dc7a6b03d62c734bb7d58dc
 Directory: 2.2/alpine
 
-Tags: 2.3.0, 2.3, latest
+Tags: 2.3.1, 2.3, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: efd86caa8356759e9462325302e949c83d82a820
+GitCommit: f14d7fcdf03e79e106af443b947418ca0a1ad1f4
 Directory: 2.3
 
-Tags: 2.3.0-alpine, 2.3-alpine, alpine
+Tags: 2.3.1-alpine, 2.3-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: efd86caa8356759e9462325302e949c83d82a820
+GitCommit: f14d7fcdf03e79e106af443b947418ca0a1ad1f4
 Directory: 2.3/alpine
 
 Tags: 2.4-dev0, 2.4-dev
diff --git a/_bashbrew-list b/_bashbrew-list
index 88ca9db..90d5522 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -20,8 +20,8 @@ haproxy:2.2.5
 haproxy:2.2.5-alpine
 haproxy:2.3
 haproxy:2.3-alpine
-haproxy:2.3.0
-haproxy:2.3.0-alpine
+haproxy:2.3.1
+haproxy:2.3.1-alpine
 haproxy:2.4-dev
 haproxy:2.4-dev0
 haproxy:2.4-dev0-alpine
diff --git a/haproxy_alpine/Dockerfile b/haproxy_alpine/Dockerfile
index d7ddff1..f571318 100644
--- a/haproxy_alpine/Dockerfile
+++ b/haproxy_alpine/Dockerfile
@@ -1,9 +1,9 @@
 # vim:set ft=dockerfile:
 FROM alpine:3.12
 
-ENV HAPROXY_VERSION 2.3.0
-ENV HAPROXY_URL https://www.haproxy.org/download/2.3/src/haproxy-2.3.0.tar.gz
-ENV HAPROXY_SHA256 08badc59e037883f788f2c8f3358fa3e351aeaee826fd8a719f1e6252aff78fc
+ENV HAPROXY_VERSION 2.3.1
+ENV HAPROXY_URL https://www.haproxy.org/download/2.3/src/haproxy-2.3.1.tar.gz
+ENV HAPROXY_SHA256 8d3bf1252a5b60b21e9885c8d0d6d89e932d320c2977a6522aed6df81eefca4b
 
 # see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
 RUN set -x \
diff --git a/haproxy_latest/Dockerfile b/haproxy_latest/Dockerfile
index 1583b4c..b366775 100644
--- a/haproxy_latest/Dockerfile
+++ b/haproxy_latest/Dockerfile
@@ -1,9 +1,9 @@
 # vim:set ft=dockerfile:
 FROM debian:buster-slim
 
-ENV HAPROXY_VERSION 2.3.0
-ENV HAPROXY_URL https://www.haproxy.org/download/2.3/src/haproxy-2.3.0.tar.gz
-ENV HAPROXY_SHA256 08badc59e037883f788f2c8f3358fa3e351aeaee826fd8a719f1e6252aff78fc
+ENV HAPROXY_VERSION 2.3.1
+ENV HAPROXY_URL https://www.haproxy.org/download/2.3/src/haproxy-2.3.1.tar.gz
+ENV HAPROXY_SHA256 8d3bf1252a5b60b21e9885c8d0d6d89e932d320c2977a6522aed6df81eefca4b
 
 # see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
 RUN set -eux; \

@yosifkit yosifkit merged commit 441bc0d into docker-library:master Nov 14, 2020
@yosifkit yosifkit deleted the haproxy branch November 14, 2020 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants