Skip to content

Commit 8f51e26

Browse files
author
github-actions[bot]
committed
Automated commit triggered by 3.5-dev2 release(s)
1 parent 3fcdb06 commit 8f51e26

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

3.5/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.5
17-
ENV HAPROXY_MINOR 3.5-dev1
18-
ENV HAPROXY_SHA256 6ef8ac6ab649be4dc21395481da6ce7723337e127cf7f4045be0c58733b3e876
17+
ENV HAPROXY_MINOR 3.5-dev2
18+
ENV HAPROXY_SHA256 f4096d9c78f95a23c16d8af831886d0837c3958627e3af12095d070652f512fc
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.5-dev1
50+
LABEL Version 3.5-dev2
5151
LABEL RUN /usr/bin/docker -d IMAGE
5252

5353
ENV HAPROXY_BRANCH 3.5
54-
ENV HAPROXY_MINOR 3.5-dev1
55-
ENV HAPROXY_SHA256 6ef8ac6ab649be4dc21395481da6ce7723337e127cf7f4045be0c58733b3e876
54+
ENV HAPROXY_MINOR 3.5-dev2
55+
ENV HAPROXY_SHA256 f4096d9c78f95a23c16d8af831886d0837c3958627e3af12095d070652f512fc
5656
ENV HAPROXY_SRC_URL http://www.haproxy.org/download
5757

5858
ENV HAPROXY_UID haproxy

3.5/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.5
17-
ENV HAPROXY_MINOR 3.5-dev1
18-
ENV HAPROXY_SHA256 6ef8ac6ab649be4dc21395481da6ce7723337e127cf7f4045be0c58733b3e876
17+
ENV HAPROXY_MINOR 3.5-dev2
18+
ENV HAPROXY_SHA256 f4096d9c78f95a23c16d8af831886d0837c3958627e3af12095d070652f512fc
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.5-dev1
50+
LABEL Version 3.5-dev2
5151
LABEL RUN /usr/bin/docker -d IMAGE
5252

5353
ENV HAPROXY_BRANCH 3.5
54-
ENV HAPROXY_MINOR 3.5-dev1
55-
ENV HAPROXY_SHA256 6ef8ac6ab649be4dc21395481da6ce7723337e127cf7f4045be0c58733b3e876
54+
ENV HAPROXY_MINOR 3.5-dev2
55+
ENV HAPROXY_SHA256 f4096d9c78f95a23c16d8af831886d0837c3958627e3af12095d070652f512fc
5656
ENV HAPROXY_SRC_URL http://www.haproxy.org/download
5757

5858
ENV HAPROXY_UID haproxy

0 commit comments

Comments
 (0)