From 354b3a2ad7eca43ce48103e8fb3a134bad9ccff9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Jun 2023 00:06:30 +0200 Subject: [PATCH] chore(deps): update cimg/base docker tag to v2023.06 (#10) 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 9748624..9fa2067 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ orbs: jobs: build: docker: - - image: cimg/base:2023.05 + - image: cimg/base:2023.06 steps: - checkout - setup_remote_docker