diff --git a/docker/Jenkinsfile-build-docker b/docker/Jenkinsfile-build-docker index 9dea2e55816f..fcc06cfa5d5a 100644 --- a/docker/Jenkinsfile-build-docker +++ b/docker/Jenkinsfile-build-docker @@ -24,7 +24,7 @@ properties([ JDK_VERSIONS = ['8', '11', '17'] JDK_VERSIONS_PY_R = ['8', '11', '17'] // stable, last-supported, latest PYTHON_VERSIONS = ['3.6', '3.7','3.8', '3.9', '3.10', '3.11'] -R_VERSION = ['3.5.3', '4.4.0'] +R_VERSION = ['3.4.1', '3.5.3', '4.4.0'] def pipelineContext