diff --git a/.circleci/config.yml b/.circleci/config.yml index 9d8edfb..9c3b8d9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,7 +60,7 @@ jobs: build_docker: resource_class: small docker: - - image: cimg/base:2023.04 + - image: cimg/base:2023.12 steps: - checkout - setup_remote_docker: @@ -73,7 +73,7 @@ jobs: publish_docker: resource_class: small docker: - - image: cimg/base:2023.04 + - image: cimg/base:2023.12 steps: - checkout - setup_remote_docker: