Skip to content

Commit 12d8c81

Browse files
author
github-actions[bot]
committed
Automated commit triggered by 3.1.13 release(s)
1 parent e078075 commit 12d8c81

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

3.1/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.1
17-
ENV HAPROXY_MINOR 3.1.12
18-
ENV HAPROXY_SHA256 d06306d94e796fcc7718baff8a109972908b6289251726acdceab138cd88c0a3
17+
ENV HAPROXY_MINOR 3.1.13
18+
ENV HAPROXY_SHA256 f03c0c03c64ceda3773d721b534034d34eab53374601967b0731c5f5d840686e
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.1.12
50+
LABEL Version 3.1.13
5151
LABEL RUN /usr/bin/docker -d IMAGE
5252

5353
ENV HAPROXY_BRANCH 3.1
54-
ENV HAPROXY_MINOR 3.1.12
55-
ENV HAPROXY_SHA256 d06306d94e796fcc7718baff8a109972908b6289251726acdceab138cd88c0a3
54+
ENV HAPROXY_MINOR 3.1.13
55+
ENV HAPROXY_SHA256 f03c0c03c64ceda3773d721b534034d34eab53374601967b0731c5f5d840686e
5656
ENV HAPROXY_SRC_URL http://www.haproxy.org/download
5757

5858
ENV HAPROXY_UID haproxy

3.1/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.1
17-
ENV HAPROXY_MINOR 3.1.12
18-
ENV HAPROXY_SHA256 d06306d94e796fcc7718baff8a109972908b6289251726acdceab138cd88c0a3
17+
ENV HAPROXY_MINOR 3.1.13
18+
ENV HAPROXY_SHA256 f03c0c03c64ceda3773d721b534034d34eab53374601967b0731c5f5d840686e
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.1.12
50+
LABEL Version 3.1.13
5151
LABEL RUN /usr/bin/docker -d IMAGE
5252

5353
ENV HAPROXY_BRANCH 3.1
54-
ENV HAPROXY_MINOR 3.1.12
55-
ENV HAPROXY_SHA256 d06306d94e796fcc7718baff8a109972908b6289251726acdceab138cd88c0a3
54+
ENV HAPROXY_MINOR 3.1.13
55+
ENV HAPROXY_SHA256 f03c0c03c64ceda3773d721b534034d34eab53374601967b0731c5f5d840686e
5656
ENV HAPROXY_SRC_URL http://www.haproxy.org/download
5757

5858
ENV HAPROXY_UID haproxy

0 commit comments

Comments
 (0)