From 4b9904f0327f48b756d8ba0f1400a99cd2c13cdf Mon Sep 17 00:00:00 2001 From: Robin Sonefors Date: Wed, 16 Mar 2022 11:28:19 +0000 Subject: [PATCH] Upgrade to recent ubuntu image on circleci CircleCI is retiring the ubuntu 14.whatever which is the default, and is sending increasingly exasperated emails about it. I borrowed the machine version from weaveworks/launcher#334 - there may or may not be a newer version available, but using the same is great for grepability. --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 41701cf91..1a6a3477c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,7 @@ version: 2 defaults: &defaults machine: + image: ubuntu-2004:202201-02 docker_layer_caching: true working_directory: /home/circleci/src/github.com/weaveworks/service environment: