File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 # Be sure to update the Docker image tag below to openjdk version of your application.
1313 # A list of available CircleCI Docker Convenience Images are available here: https://circleci.com/developer/images/image/cimg/openjdk
1414 docker :
15- - image : cimg/openjdk:17.0
15+ - image : cimg/openjdk:17.0.6
1616 # Add steps to the job
1717 # See: https://circleci.com/docs/2.0/configuration-reference/#steps
1818 steps :
3333 # Be sure to update the Docker image tag below to openjdk version of your application.
3434 # A list of available CircleCI Docker Convenience Images are available here: https://circleci.com/developer/images/image/cimg/openjdk
3535 docker :
36- - image : cimg/openjdk:17.0
36+ - image : cimg/openjdk:17.0.6
3737 # Add steps to the job
3838 # See: https://circleci.com/docs/2.0/configuration-reference/#steps
3939 steps :
You can’t perform that action at this time.
0 commit comments