From 23f961ec6a9c8a15bf99c83815d35e13d66a4d5d Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Wed, 4 May 2022 13:55:49 +0200 Subject: [PATCH] .circleci/config.yml: use supported machine image (#2909) Signed-off-by: Simon Pasquier --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 79bdb6f2..d9596d24 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,8 @@ jobs: # We need to use a machine executor because the front-end validation runs # containers with mounted volumes which isn't supported with the docker # executor (even with setup_remote_docker). - machine: true + machine: + image: ubuntu-2004:202201-02 steps: - checkout - run: sudo service docker restart