From 33bd6cb6792efd73842e7bc5aba6ce9685e6fc78 Mon Sep 17 00:00:00 2001 From: Deepak Majeti Date: Mon, 14 Oct 2024 14:00:53 -0400 Subject: [PATCH] [native] update CI image --- .circleci/continue_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index 4959172b44105..41e649b64cfd1 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -65,7 +65,7 @@ executors: build: docker: # These images are managed by the Presto Release team. - - image: prestodb/presto-native-dependency:latest + - image: prestodb/presto-native-dependency:0.290-20241014120930-e1fc090 resource_class: 2xlarge environment: MAVEN_OPTS: "-Xmx4G -XX:+ExitOnOutOfMemoryError -XX:CompressedClassSpaceSize=3g"