Skip to content

Commit 68fb07a

Browse files
author
github-actions[bot]
committed
Automated commit triggered by 3.3.5 release(s)
1 parent cda7094 commit 68fb07a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

3.3/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 debian:trixie-slim AS hapce-builder
1818

1919
ENV HAPROXY_BRANCH 3.3
20-
ENV HAPROXY_MINOR 3.3.4
21-
ENV HAPROXY_SHA256 5063eccd818a0bb131a7529ca9824da952697fbf777de0c8376ad610a66173ac
20+
ENV HAPROXY_MINOR 3.3.5
21+
ENV HAPROXY_SHA256 9de6e765b426f07c1080aadd2fba5b682a1cc175fe8eb45d5eb948292a866e02
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.3.4
54+
LABEL Version 3.3.5
5555
LABEL RUN /usr/bin/docker -d IMAGE
5656

5757
ENV HAPROXY_BRANCH 3.3
58-
ENV HAPROXY_MINOR 3.3.4
59-
ENV HAPROXY_SHA256 5063eccd818a0bb131a7529ca9824da952697fbf777de0c8376ad610a66173ac
58+
ENV HAPROXY_MINOR 3.3.5
59+
ENV HAPROXY_SHA256 9de6e765b426f07c1080aadd2fba5b682a1cc175fe8eb45d5eb948292a866e02
6060
ENV HAPROXY_SRC_URL http://www.haproxy.org/download
6161

6262
ENV HAPROXY_UID haproxy

3.3/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 debian:trixie-slim AS hapce-builder
1818

1919
ENV HAPROXY_BRANCH 3.3
20-
ENV HAPROXY_MINOR 3.3.4
21-
ENV HAPROXY_SHA256 5063eccd818a0bb131a7529ca9824da952697fbf777de0c8376ad610a66173ac
20+
ENV HAPROXY_MINOR 3.3.5
21+
ENV HAPROXY_SHA256 9de6e765b426f07c1080aadd2fba5b682a1cc175fe8eb45d5eb948292a866e02
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.3.4
54+
LABEL Version 3.3.5
5555
LABEL RUN /usr/bin/docker -d IMAGE
5656

5757
ENV HAPROXY_BRANCH 3.3
58-
ENV HAPROXY_MINOR 3.3.4
59-
ENV HAPROXY_SHA256 5063eccd818a0bb131a7529ca9824da952697fbf777de0c8376ad610a66173ac
58+
ENV HAPROXY_MINOR 3.3.5
59+
ENV HAPROXY_SHA256 9de6e765b426f07c1080aadd2fba5b682a1cc175fe8eb45d5eb948292a866e02
6060
ENV HAPROXY_SRC_URL http://www.haproxy.org/download
6161

6262
ENV HAPROXY_UID haproxy

0 commit comments

Comments
 (0)