Skip to content

Commit f72e720

Browse files
committed
Update cimg/openjdk Docker tag to v17.0.10
1 parent 7c27536 commit f72e720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs: # a collection of steps
2525
build: # runs not using Workflows must have a `build` job as entry point
2626
working_directory: ~/cleanthat # directory where steps will run
2727
docker: # run the steps with Docker
28-
- image: cimg/openjdk:17.0
28+
- image: cimg/openjdk:17.0.10
2929

3030
steps: # a collection of executable commands
3131
- checkout # check out source code to working directory

0 commit comments

Comments
 (0)