Skip to content

Commit af3fab0

Browse files
committed
build: upgrade cvmfs client to 2.11.5
Signed-off-by: 1602077 <[email protected]>
1 parent 539ef58 commit af3fab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployments/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM registry.access.redhat.com/ubi9/ubi:9.4-947
22

33
ARG TARGETARCH
4-
ARG REL_VERSION=2.11.3
5-
ARG PKG_VERSION=2.11.3-1
4+
ARG REL_VERSION=2.11.5
5+
ARG PKG_VERSION=2.11.5-1
66

77
RUN if [[ "${TARGETARCH}" == "amd64" ]]; then \
88
export FRIENDLY_ARCH_NAME="x86_64" ; \

0 commit comments

Comments
 (0)