Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deployments/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM registry.access.redhat.com/ubi9/ubi:9.4-947

ARG TARGETARCH
ARG REL_VERSION=2.11.3
ARG PKG_VERSION=2.11.3-1
ARG REL_VERSION=2.11.5
ARG PKG_VERSION=2.11.5-1

RUN if [[ "${TARGETARCH}" == "amd64" ]]; then \
export FRIENDLY_ARCH_NAME="x86_64" ; \
Expand Down
Loading