Skip to content

Commit 1c0a573

Browse files
committed
haproxy 2.4.22 (from RHEL 9.3)
RHEL 9.3 shipped haproxy 2.4.22. https://access.redhat.com/errata/RHSA-2023:6496 Bump the hard-coded version numbers to reflect this change.
1 parent 12f224f commit 1c0a573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ FROM registry.redhat.io/ubi9/ubi-minimal:latest
33
RUN microdnf update -y
44

55
# If you edit this version number, edit it here *and* the LABEL below:
6-
RUN microdnf install -y haproxy && rpm -q haproxy-2.4.17
6+
RUN microdnf install -y haproxy && rpm -q haproxy-2.4.22
77

88
LABEL maintainer="Guillaume Abrioux <[email protected]>"
99
LABEL com.redhat.component="rhceph-haproxy-container"
1010
LABEL name="haproxy"
11-
LABEL version=2.4.17
11+
LABEL version=2.4.22
1212
LABEL description="HAProxy container"
1313
LABEL summary="Provides HAproxy container."
1414
LABEL io.k8s.display-name="HAProxy container"

0 commit comments

Comments
 (0)