Skip to content

Commit 607b82f

Browse files
authored
Merge pull request #15 from jirisimek98/CEQ-3.20
Upgrade to quarkus 3.20.1.SP1
2 parents 65d51f4 + fa79a1d commit 607b82f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openshift-ci/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV PATH=$SDKMAN_DIR/candidates/maven/current/bin:$PATH
88
ENV MAVEN_VERSION=3.8.7
99
# 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
1010
# 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
1212

1313
WORKDIR /tmp
1414

@@ -33,11 +33,11 @@ RUN microdnf install -y git zip unzip &&\
3333
[ ! -d /var/cache/yum ] || rm -rf /var/cache/yum
3434

3535
# these versions should be updated for every release
36-
ENV CAMEL_QUARKUS_TS_BRANCH=3.15.x
37-
ENV QUARKUS_VERSION=3.15.4.redhat-00001
36+
ENV CAMEL_QUARKUS_TS_BRANCH=3.20.x
37+
ENV QUARKUS_VERSION=3.20.1.SP1-redhat-00001
3838
ENV QUARKUS_PLATFORM_GROUP_ID=com.redhat.quarkus.platform
3939
ENV QUARKUS_PLATFORM_ARTIFACT_ID=quarkus-bom
40-
ENV CAMEL_QUARKUS_VERSION=3.15.4.redhat-00001
40+
ENV CAMEL_QUARKUS_VERSION=3.20.1.SP1-redhat-00001
4141
ENV CAMEL_QUARKUS_PLATFORM_GROUP_ID=com.redhat.quarkus.platform
4242
ENV CAMEL_QUARKUS_PLATFORM_ARTIFACT_ID=quarkus-camel-bom
4343

0 commit comments

Comments
 (0)