From 2ec1534b8d1928e7b0969d26196e8953db141ac9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 20:37:52 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.12.6 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2925dfb..856ecc5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ orbs: executors: python: docker: - - image: python:3.12.5 + - image: python:3.12.6 resource_class: small workflows: