diff --git a/Jenkinsfile b/Jenkinsfile index 76624cf..09f1a2e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ pipeline { steps { script { - def image = docker.build("springci/spring-data-release-tools:0.12", "ci") + def image = docker.build("springci/spring-data-release-tools:0.13", "ci") docker.withRegistry('', 'hub.docker.com-springbuildmaster') { image.push() } @@ -45,7 +45,7 @@ pipeline { } agent { docker { - image 'springci/spring-data-release-tools:0.12' + image 'springci/spring-data-release-tools:0.13' } } options { timeout(time: 4, unit: 'HOURS') } diff --git a/ci/Dockerfile b/ci/Dockerfile index 320bcfd..9f88ccf 100755 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -1,6 +1,7 @@ FROM ubuntu:23.04 # Bake a container using sdkman to get all the needed JDKs. +# ARG USER_UID="1001" ARG USER_GID="1001" diff --git a/ci/java-tools.properties b/ci/java-tools.properties index adca0b7..a420513 100644 --- a/ci/java-tools.properties +++ b/ci/java-tools.properties @@ -1,3 +1,3 @@ # Tool requirements jdks=17.0.8,8.0.382 -maven=3.9.4 \ No newline at end of file +maven=3.9.5