From 93b4fcb10b3768a59993b8ee29698b84fd8b1ef4 Mon Sep 17 00:00:00 2001 From: PeterSchafer <101886095+PeterSchafer@users.noreply.github.com> Date: Wed, 13 Mar 2024 16:09:09 +0100 Subject: [PATCH] fix(ci): End to end test by updating to a newer test image (#5115) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0e660aa51a9..e653ba2505f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -111,7 +111,7 @@ executors: shell: powershell cbl-mariner: docker: - - image: mcr.microsoft.com/cbl-mariner/base/python:3.9.14-6-cm2.0.20230805-arm64 + - image: mcr.microsoft.com/cbl-mariner/base/python:3.9.14-8-cm2.0.20240301-arm64 resource_class: arm.medium commands: