Skip to content

Commit

Permalink
Update cimg/openjdk Docker tag to v17.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 4, 2024
1 parent 7c27536 commit f72e720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs: # a collection of steps
build: # runs not using Workflows must have a `build` job as entry point
working_directory: ~/cleanthat # directory where steps will run
docker: # run the steps with Docker
- image: cimg/openjdk:17.0
- image: cimg/openjdk:17.0.10

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

0 comments on commit f72e720

Please sign in to comment.