From 1bd25625154f6837ec41e523b696605459ed58a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 16:31:14 +0000 Subject: [PATCH] Update cimg/openjdk Docker tag to v17.0.19 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e922bc8e..4980acdc 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:17.0.19 # 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:17.0.19 # this should match what's used in the rest of the project steps: - checkout - setup_remote_docker