Skip to content

Commit a7ebf03

Browse files
author
github-actions[bot]
committed
Automated commit triggered by 3.2.10 release(s)
1 parent d26647e commit a7ebf03

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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.20 AS hapce-builder
1515

1616
ENV HAPROXY_BRANCH 3.2
17-
ENV HAPROXY_MINOR 3.2.9
18-
ENV HAPROXY_SHA256 e660d141b29019f4d198785b0834cc3e9c96efceeb807c2fff2fc935bd3354c2
17+
ENV HAPROXY_MINOR 3.2.10
18+
ENV HAPROXY_SHA256 df9412eee0faf78147cd3f1bbec9582ea678c33535b1afec081036c5bbb8015b
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.9
50+
LABEL Version 3.2.10
5151
LABEL RUN /usr/bin/docker -d IMAGE
5252

5353
ENV HAPROXY_BRANCH 3.2
54-
ENV HAPROXY_MINOR 3.2.9
55-
ENV HAPROXY_SHA256 e660d141b29019f4d198785b0834cc3e9c96efceeb807c2fff2fc935bd3354c2
54+
ENV HAPROXY_MINOR 3.2.10
55+
ENV HAPROXY_SHA256 df9412eee0faf78147cd3f1bbec9582ea678c33535b1afec081036c5bbb8015b
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.20 AS hapce-builder
1515

1616
ENV HAPROXY_BRANCH 3.2
17-
ENV HAPROXY_MINOR 3.2.9
18-
ENV HAPROXY_SHA256 e660d141b29019f4d198785b0834cc3e9c96efceeb807c2fff2fc935bd3354c2
17+
ENV HAPROXY_MINOR 3.2.10
18+
ENV HAPROXY_SHA256 df9412eee0faf78147cd3f1bbec9582ea678c33535b1afec081036c5bbb8015b
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.9
50+
LABEL Version 3.2.10
5151
LABEL RUN /usr/bin/docker -d IMAGE
5252

5353
ENV HAPROXY_BRANCH 3.2
54-
ENV HAPROXY_MINOR 3.2.9
55-
ENV HAPROXY_SHA256 e660d141b29019f4d198785b0834cc3e9c96efceeb807c2fff2fc935bd3354c2
54+
ENV HAPROXY_MINOR 3.2.10
55+
ENV HAPROXY_SHA256 df9412eee0faf78147cd3f1bbec9582ea678c33535b1afec081036c5bbb8015b
5656
ENV HAPROXY_SRC_URL http://www.haproxy.org/download
5757

5858
ENV HAPROXY_UID haproxy

0 commit comments

Comments
 (0)