We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c27536 commit f72e720Copy full SHA for f72e720
.circleci/config.yml
@@ -25,7 +25,7 @@ jobs: # a collection of steps
25
build: # runs not using Workflows must have a `build` job as entry point
26
working_directory: ~/cleanthat # directory where steps will run
27
docker: # run the steps with Docker
28
- - image: cimg/openjdk:17.0
+ - image: cimg/openjdk:17.0.10
29
30
steps: # a collection of executable commands
31
- checkout # check out source code to working directory
0 commit comments