Skip to content

Commit 8ac13ff

Browse files
author
github-actions[bot]
committed
Automated commit triggered by 3.2.21 release(s)
1 parent 6eba9d8 commit 8ac13ff

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

3.2/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ RUN apk add --no-cache curl build-base make autoconf automake gcc libc-dev linux
1414
FROM alpine:3.23 AS hapce-builder
1515

1616
ENV HAPROXY_BRANCH 3.2
17-
ENV HAPROXY_MINOR 3.2.20
18-
ENV HAPROXY_SHA256 8eef76e3d3f731ae6d9bf57594c52f29c38c9be7987c5b46a96a13bad1a88666
17+
ENV HAPROXY_MINOR 3.2.21
18+
ENV HAPROXY_SHA256 0cb8818a26c5f888e0cb1c40f1b3acb9fb952527d1733f769ce688fedd680339
1919
ENV HAPROXY_SRC_URL http://www.haproxy.org/download
2020

2121
COPY --from=awslc-builder /opt/aws-lc /opt/aws-lc
@@ -47,12 +47,12 @@ MAINTAINER Dinko Korunic <dkorunic@haproxy.com>
4747
LABEL Name HAProxy
4848
LABEL Release Community Edition
4949
LABEL Vendor HAProxy
50-
LABEL Version 3.2.20
50+
LABEL Version 3.2.21
5151
LABEL RUN /usr/bin/docker -d IMAGE
5252

5353
ENV HAPROXY_BRANCH 3.2
54-
ENV HAPROXY_MINOR 3.2.20
55-
ENV HAPROXY_SHA256 8eef76e3d3f731ae6d9bf57594c52f29c38c9be7987c5b46a96a13bad1a88666
54+
ENV HAPROXY_MINOR 3.2.21
55+
ENV HAPROXY_SHA256 0cb8818a26c5f888e0cb1c40f1b3acb9fb952527d1733f769ce688fedd680339
5656
ENV HAPROXY_SRC_URL http://www.haproxy.org/download
5757

5858
ENV HAPROXY_UID haproxy

3.2/Dockerfile.api

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ RUN apk add --no-cache curl build-base make autoconf automake gcc libc-dev linux
1414
FROM alpine:3.23 AS hapce-builder
1515

1616
ENV HAPROXY_BRANCH 3.2
17-
ENV HAPROXY_MINOR 3.2.20
18-
ENV HAPROXY_SHA256 8eef76e3d3f731ae6d9bf57594c52f29c38c9be7987c5b46a96a13bad1a88666
17+
ENV HAPROXY_MINOR 3.2.21
18+
ENV HAPROXY_SHA256 0cb8818a26c5f888e0cb1c40f1b3acb9fb952527d1733f769ce688fedd680339
1919
ENV HAPROXY_SRC_URL http://www.haproxy.org/download
2020

2121
COPY --from=awslc-builder /opt/aws-lc /opt/aws-lc
@@ -47,12 +47,12 @@ MAINTAINER Dinko Korunic <dkorunic@haproxy.com>
4747
LABEL Name HAProxy
4848
LABEL Release Community Edition
4949
LABEL Vendor HAProxy
50-
LABEL Version 3.2.20
50+
LABEL Version 3.2.21
5151
LABEL RUN /usr/bin/docker -d IMAGE
5252

5353
ENV HAPROXY_BRANCH 3.2
54-
ENV HAPROXY_MINOR 3.2.20
55-
ENV HAPROXY_SHA256 8eef76e3d3f731ae6d9bf57594c52f29c38c9be7987c5b46a96a13bad1a88666
54+
ENV HAPROXY_MINOR 3.2.21
55+
ENV HAPROXY_SHA256 0cb8818a26c5f888e0cb1c40f1b3acb9fb952527d1733f769ce688fedd680339
5656
ENV HAPROXY_SRC_URL http://www.haproxy.org/download
5757

5858
ENV HAPROXY_UID haproxy

0 commit comments

Comments
 (0)