From 15813889999444bac0ea179845e8128010826347 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 15:59:24 +0000 Subject: [PATCH] Update cimg/python Docker tag to v3.12.4 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 262fff4..4a49cab 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ orbs: executors: python: docker: - - image: cimg/python:3.12.3 + - image: cimg/python:3.12.4 python-machine: machine: docker_layer_caching: true