You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# To be able to use oc version higher then 4.15, we must use `openshift-client-linux-amd64-rhel8-<version>.tar.gz` according to https://access.redhat.com/solutions/7077895
10
10
# We could also solve it by upgrading to ubi9, but the official version for Quarkus 3.15 is ubi8
11
-
ENV OC_CLIENT_VERSION=4.17.9
11
+
ENV OC_CLIENT_VERSION=4.18.17
12
12
13
13
WORKDIR /tmp
14
14
@@ -33,11 +33,11 @@ RUN microdnf install -y git zip unzip &&\
33
33
[ ! -d /var/cache/yum ] || rm -rf /var/cache/yum
34
34
35
35
# these versions should be updated for every release
0 commit comments