File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ pipeline {
3131
3232 steps {
3333 script {
34- def image = docker. build(" springci/spring-data-release-tools:0.12 " , " ci" )
34+ def image = docker. build(" springci/spring-data-release-tools:0.13 " , " ci" )
3535 docker. withRegistry(' ' , ' hub.docker.com-springbuildmaster' ) {
3636 image. push()
3737 }
@@ -45,7 +45,7 @@ pipeline {
4545 }
4646 agent {
4747 docker {
48- image ' springci/spring-data-release-tools:0.12 '
48+ image ' springci/spring-data-release-tools:0.13 '
4949 }
5050 }
5151 options { timeout(time : 4 , unit : ' HOURS' ) }
Original file line number Diff line number Diff line change 11FROM ubuntu:23.04
22
33# Bake a container using sdkman to get all the needed JDKs.
4+ #
45
56ARG USER_UID="1001"
67ARG USER_GID="1001"
Original file line number Diff line number Diff line change 11# Tool requirements
22jdks =17.0.8,8.0.382
3- maven =3.9.4
3+ maven =3.9.5
You can’t perform that action at this time.
0 commit comments