From b9d218680fd7085a3a9bc7ac6b9a84f37ab9c1e9 Mon Sep 17 00:00:00 2001 From: Joshua Fernandes Date: Fri, 9 Oct 2020 02:15:15 +1000 Subject: [PATCH] updating base docker containers (#1429) Signed-off-by: Joshua Fernandes --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f539328c70..e514f12739 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 executors: besu_executor_med: # 2cpu, 4G ram docker: - - image: circleci/openjdk:11.0.4-jdk-stretch + - image: circleci/openjdk:11.0.8-jdk-buster resource_class: medium working_directory: ~/project environment: @@ -11,7 +11,7 @@ executors: besu_executor_xl: # 8cpu, 16G ram docker: - - image: circleci/openjdk:11.0.4-jdk-stretch + - image: circleci/openjdk:11.0.8-jdk-buster resource_class: xlarge working_directory: ~/project environment: @@ -30,7 +30,7 @@ commands: name: Install Packages - LibSodium command: | sudo apt-get update - sudo apt-get install -y libsodium18 libsodium-dev apt-transport-https + sudo apt-get install -y libsodium23 libsodium-dev apt-transport-https - restore_cache: name: Restore cached gradle dependencies keys: