From 414550c9515b4b029343108709417ef6fca72195 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 17:12:46 +0200 Subject: [PATCH] chore(deps): update cimg/base docker tag to v2023.04 (#5) 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 bda21ba..92c3d83 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ orbs: jobs: build: docker: - - image: cimg/base:2023.03 + - image: cimg/base:2023.04 steps: - checkout - setup_remote_docker