From f72e720d13650d5514087a7bc3f1c10458d04579 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 12:59:30 +0000 Subject: [PATCH] Update cimg/openjdk Docker tag to v17.0.10 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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