This is an automated email from the ASF dual-hosted git repository. jstastnycz pushed a commit to branch quarkus-3.2LTS in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
commit aedc0839ad1d19b92ae61baf5a96e223300635c7 Author: jstastny-cz <[email protected]> AuthorDate: Fri Dec 1 08:15:01 2023 +0100 CI: upgrade mvn in kogito-ci-build image --- apache-nodes/Dockerfile.kogito-ci-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache-nodes/Dockerfile.kogito-ci-build b/apache-nodes/Dockerfile.kogito-ci-build index cf9eddd0..75754e1b 100644 --- a/apache-nodes/Dockerfile.kogito-ci-build +++ b/apache-nodes/Dockerfile.kogito-ci-build @@ -3,7 +3,7 @@ FROM cruizba/ubuntu-dind:latest SHELL ["/bin/bash", "-c"] ARG SDKMAN_JAVA="17.0.8-tem" -ARG SDKMAN_MAVEN="3.8.8" +ARG SDKMAN_MAVEN="3.9.3" ARG PYTHON_MAJOR_VERSION="3" ARG PYTHON_MAJOR_MINOR_VERSION="3.11" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
