Skip to content

Commit bf67bad

Browse files
AmitKumarDeoghoriaromani
authored andcommitted
Issue #17269: Changind Docker Script to latest groovy Image
1 parent 1931995 commit bf67bad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
<< parameters.command >>
7979
sonarqube:
8080
docker:
81-
- image: amitkumardeoghoria/jdk-17-groovy-git-mvn:v1.0
81+
- image: amitkumardeoghoria/jdk-17-groovy-git-mvn-latest:latest
8282

8383
steps:
8484
- checkout
@@ -117,7 +117,7 @@ workflows:
117117
# no-exception-test script
118118
- validate-with-maven-script:
119119
name: "no-exception-lucene-and-others-javadoc"
120-
image-name: &cs_img "amitkumardeoghoria/jdk-17-groovy-git-mvn:v1.0"
120+
image-name: &cs_img "amitkumardeoghoria/jdk-17-groovy-git-mvn-latest:latest"
121121
command: "./.ci/no-exception-test.sh no-exception-lucene-and-others-javadoc"
122122
- validate-with-maven-script:
123123
name: "no-exception-cassandra-storm-tapestry-javadoc"

0 commit comments

Comments
 (0)