Skip to content

Commit 6ef0d18

Browse files
andrewschoenbigjust
authored andcommitted
Dockerfile: update version of haproxy for ubi10
Signed-off-by: Andrew Schoen <[email protected]>
1 parent dd0b4bf commit 6ef0d18

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,15 +3,15 @@ FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi10-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.22
6+
RUN microdnf install -y haproxy && rpm -q haproxy-3.0.5
77

88
# Only install qatengine package when building on x86_64 arch.
99
RUN if [ $(uname --hardware-platform) == "linux/amd64" ]; then microdnf install -y qatengine; fi
1010

1111
LABEL maintainer="Guillaume Abrioux <[email protected]>"
1212
LABEL com.redhat.component="rhceph-haproxy-container"
1313
LABEL name="haproxy"
14-
LABEL version=2.4.22
14+
LABEL version=3.0.5-4
1515
LABEL description="HAProxy container"
1616
LABEL summary="Provides HAproxy container."
1717
LABEL io.k8s.display-name="HAProxy container"

0 commit comments

Comments
 (0)