From b8a90a607b566fc95ae35ca5c2d1c62c3ad3900e Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 5 Mar 2024 11:25:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(circle)=20update=20image=20tag=20u?= =?UTF-8?q?sing=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Circle has removed several images and the added a tag named default to avoid having to update the image name in the future. --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index feb80d98..928eb900 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ aliases: - &defaults # We use the machine executor, i.e. a VM, not a container machine: - image: ubuntu-2004:2022.07.1 + image: default # Prevent cache-related issues docker_layer_caching: false working_directory: ~/fun @@ -684,7 +684,7 @@ jobs: hub: # We use the machine executor, i.e. a VM, not a container machine: - image: ubuntu-2004:202201-02 + image: default # Prevent cache-related issues docker_layer_caching: false