Skip to content

Commit ed19b81

Browse files
author
github-actions[bot]
committed
Automated commit triggered by 3.0.19 release(s)
1 parent c7599e6 commit ed19b81

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

3.0/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.0
20-
ENV HAPROXY_MINOR 3.0.18
21-
ENV HAPROXY_SHA256 9cacfc7727b6feb5f2f905058c4dc9911290226988884462724e96a06e7a6ed9
20+
ENV HAPROXY_MINOR 3.0.19
21+
ENV HAPROXY_SHA256 85f2743a44e4226a0176926fbc8eebfa5551d22fe5f44366877570b6e18c6664
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.0.18
54+
LABEL Version 3.0.19
5555
LABEL RUN /usr/bin/docker -d IMAGE
5656

5757
ENV HAPROXY_BRANCH 3.0
58-
ENV HAPROXY_MINOR 3.0.18
59-
ENV HAPROXY_SHA256 9cacfc7727b6feb5f2f905058c4dc9911290226988884462724e96a06e7a6ed9
58+
ENV HAPROXY_MINOR 3.0.19
59+
ENV HAPROXY_SHA256 85f2743a44e4226a0176926fbc8eebfa5551d22fe5f44366877570b6e18c6664
6060
ENV HAPROXY_SRC_URL http://www.haproxy.org/download
6161

6262
ENV HAPROXY_UID haproxy

3.0/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.0
20-
ENV HAPROXY_MINOR 3.0.18
21-
ENV HAPROXY_SHA256 9cacfc7727b6feb5f2f905058c4dc9911290226988884462724e96a06e7a6ed9
20+
ENV HAPROXY_MINOR 3.0.19
21+
ENV HAPROXY_SHA256 85f2743a44e4226a0176926fbc8eebfa5551d22fe5f44366877570b6e18c6664
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.0.18
54+
LABEL Version 3.0.19
5555
LABEL RUN /usr/bin/docker -d IMAGE
5656

5757
ENV HAPROXY_BRANCH 3.0
58-
ENV HAPROXY_MINOR 3.0.18
59-
ENV HAPROXY_SHA256 9cacfc7727b6feb5f2f905058c4dc9911290226988884462724e96a06e7a6ed9
58+
ENV HAPROXY_MINOR 3.0.19
59+
ENV HAPROXY_SHA256 85f2743a44e4226a0176926fbc8eebfa5551d22fe5f44366877570b6e18c6664
6060
ENV HAPROXY_SRC_URL http://www.haproxy.org/download
6161

6262
ENV HAPROXY_UID haproxy

0 commit comments

Comments
 (0)