From 656e3f358ac060e06cd4ce64f734f6887bf5f9fe Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Mon, 15 Jul 2024 20:04:28 +0300 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b1020b09b..f711b60c1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: # Specify the execution environment. You can specify an image from Docker Hub or use one of our convenience images from CircleCI's Developer Hub. # See: https://circleci.com/docs/configuration-reference/#executor-job docker: - - image: cimg/openjdk:11.0.19 + - image: cimg/openjdk:21.0.2 # Add steps to the job # See: https://circleci.com/docs/configuration-reference/#steps steps: