We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f224f commit 1c0a573Copy full SHA for 1c0a573
Dockerfile
@@ -3,12 +3,12 @@ FROM registry.redhat.io/ubi9/ubi-minimal:latest
3
RUN microdnf update -y
4
5
# 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
+RUN microdnf install -y haproxy && rpm -q haproxy-2.4.22
7
8
LABEL maintainer="Guillaume Abrioux <[email protected]>"
9
LABEL com.redhat.component="rhceph-haproxy-container"
10
LABEL name="haproxy"
11
-LABEL version=2.4.17
+LABEL version=2.4.22
12
LABEL description="HAProxy container"
13
LABEL summary="Provides HAproxy container."
14
LABEL io.k8s.display-name="HAProxy container"
0 commit comments