From b669e0bdfaa83dfe3858de44351ea5b054595a23 Mon Sep 17 00:00:00 2001 From: Sergei Parshev Date: Thu, 29 Sep 2022 18:47:18 -0700 Subject: [PATCH] Moved to the new circleci images --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3417e2e..cc172ea 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ workflows: jobs: build: docker: - - image: circleci/openjdk:8u222-jdk-stretch + - image: circleci/openjdk:11-jdk working_directory: ~/repo @@ -82,7 +82,7 @@ jobs: default: "" type: string docker: - - image: circleci/openjdk:8u222-jdk-stretch + - image: circleci/openjdk:11-jdk working_directory: ~/repo steps: - checkout