Skip to content

Commit 15e6673

Browse files
committed
Automated commit triggered by 3.5-dev0 release(s)
1 parent 5fe7acd commit 15e6673

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
@@ -17,8 +17,8 @@ RUN apt-get update && \
1717
FROM ubuntu:noble AS hapce-builder
1818

1919
ENV HAPROXY_BRANCH 3.5
20-
ENV HAPROXY_MINOR 3.5.0-old
21-
ENV HAPROXY_SHA256 9298f565c2a9ba8a4e7f89c54be2c5d3fd960b5b304eb5515e15d29d2c15d4f7
20+
ENV HAPROXY_MINOR 3.5-dev0
21+
ENV HAPROXY_SHA256 af893bca21863b83b00f4af3d6128f46615ed57c668b46c024046940c8f611ae
2222
ENV HAPROXY_SRC_URL http://www.haproxy.org/download
2323

2424
COPY --from=awslc-builder /opt/aws-lc /opt/aws-lc
@@ -51,12 +51,12 @@ MAINTAINER Dinko Korunic <dkorunic@haproxy.com>
5151
LABEL Name HAProxy
5252
LABEL Release Community Edition
5353
LABEL Vendor HAProxy
54-
LABEL Version 3.5.0
54+
LABEL Version 3.5-dev0
5555
LABEL RUN /usr/bin/docker -d IMAGE
5656

5757
ENV HAPROXY_BRANCH 3.5
58-
ENV HAPROXY_MINOR 3.5.0
59-
ENV HAPROXY_SHA256 9298f565c2a9ba8a4e7f89c54be2c5d3fd960b5b304eb5515e15d29d2c15d4f7
58+
ENV HAPROXY_MINOR 3.5-dev0
59+
ENV HAPROXY_SHA256 af893bca21863b83b00f4af3d6128f46615ed57c668b46c024046940c8f611ae
6060
ENV HAPROXY_SRC_URL http://www.haproxy.org/download
6161

6262
ENV HAPROXY_UID haproxy

3.5/Dockerfile.api

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ RUN apt-get update && \
1717
FROM ubuntu:noble AS hapce-builder
1818

1919
ENV HAPROXY_BRANCH 3.5
20-
ENV HAPROXY_MINOR 3.5.0-old
21-
ENV HAPROXY_SHA256 9298f565c2a9ba8a4e7f89c54be2c5d3fd960b5b304eb5515e15d29d2c15d4f7
20+
ENV HAPROXY_MINOR 3.5-dev0
21+
ENV HAPROXY_SHA256 af893bca21863b83b00f4af3d6128f46615ed57c668b46c024046940c8f611ae
2222
ENV HAPROXY_SRC_URL http://www.haproxy.org/download
2323

2424
COPY --from=awslc-builder /opt/aws-lc /opt/aws-lc
@@ -51,12 +51,12 @@ MAINTAINER Dinko Korunic <dkorunic@haproxy.com>
5151
LABEL Name HAProxy
5252
LABEL Release Community Edition
5353
LABEL Vendor HAProxy
54-
LABEL Version 3.5.0
54+
LABEL Version 3.5-dev0
5555
LABEL RUN /usr/bin/docker -d IMAGE
5656

5757
ENV HAPROXY_BRANCH 3.5
58-
ENV HAPROXY_MINOR 3.5.0
59-
ENV HAPROXY_SHA256 9298f565c2a9ba8a4e7f89c54be2c5d3fd960b5b304eb5515e15d29d2c15d4f7
58+
ENV HAPROXY_MINOR 3.5-dev0
59+
ENV HAPROXY_SHA256 af893bca21863b83b00f4af3d6128f46615ed57c668b46c024046940c8f611ae
6060
ENV HAPROXY_SRC_URL http://www.haproxy.org/download
6161

6262
ENV HAPROXY_UID haproxy

0 commit comments

Comments
 (0)