From b376ab91f3c7ced93876d7b4ddbd566c810a7c14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 11:02:57 +0200 Subject: [PATCH] chore(deps): update cimg/base docker tag to v2023.05 (#6) 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 92c3d83..024bf5d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ orbs: jobs: build: docker: - - image: cimg/base:2023.04 + - image: cimg/base:2023.05 steps: - checkout - setup_remote_docker