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 539ef58 commit af3fab0Copy full SHA for af3fab0
deployments/docker/Dockerfile
@@ -1,8 +1,8 @@
1
FROM registry.access.redhat.com/ubi9/ubi:9.4-947
2
3
ARG TARGETARCH
4
-ARG REL_VERSION=2.11.3
5
-ARG PKG_VERSION=2.11.3-1
+ARG REL_VERSION=2.11.5
+ARG PKG_VERSION=2.11.5-1
6
7
RUN if [[ "${TARGETARCH}" == "amd64" ]]; then \
8
export FRIENDLY_ARCH_NAME="x86_64" ; \
0 commit comments