From 2e76b22863d9da45dbfe23216426049d608d8e0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 20:59:28 +0100 Subject: [PATCH] chore(deps): update cimg/base docker tag to v2023.03 (#4) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 01b14a6..bda21ba 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ orbs: jobs: build: docker: - - image: cimg/base:2023.02 + - image: cimg/base:2023.03 steps: - checkout - setup_remote_docker