From 8756710c086cf6481cd5fbc79da1e5f52a6beb90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 21:28:53 +0000 Subject: [PATCH] Update cimg/openjdk Docker tag to v25 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e922bc8e..bd7b5e2e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: build: docker: # specify the version you desire here - - image: cimg/openjdk:17.0 + - image: cimg/openjdk:25.0.3 # Specify service dependencies here if necessary # CircleCI maintains a library of pre-built images @@ -49,7 +49,7 @@ jobs: snyk_test: docker: - - image: cimg/openjdk:17.0 # this should match what's used in the rest of the project + - image: cimg/openjdk:25.0.3 # this should match what's used in the rest of the project steps: - checkout - setup_remote_docker