From 181ee76adaba6ba76caf9a1870ffb444e8c7886f Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Thu, 30 Sep 2021 09:41:59 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(circle)=20upgrade=20machine?= =?UTF-8?q?=20executor=20image=20to=20ubuntu-2004:202107-02?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Newer images of ubuntu are available for the machine executor on circle. We want to upgrade them in order to use more recent version of docker and docker-compose. --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4d19cfa0f8..3e6284ff89 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -131,7 +131,7 @@ jobs: build-lambda-docker: machine: - image: ubuntu-2004:202010-01 + image: ubuntu-2004:202107-02 working_directory: ~/marsha steps: # Checkout repository sources @@ -938,7 +938,7 @@ jobs: lambda-publish: machine: - image: ubuntu-2004:202010-01 + image: ubuntu-2004:202107-02 working_directory: ~/marsha steps: - checkout