diff --git a/.circleci/config.yml b/.circleci/config.yml index 82def8204..36f5cc0e0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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