Skip to content

Commit

Permalink
⬆️(circle) upgrade machine executor image to ubuntu-2004:202107-02
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lunika committed Sep 30, 2021
1 parent b5b3e09 commit 181ee76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -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
Expand Down Expand Up @@ -938,7 +938,7 @@ jobs:
lambda-publish:
machine:
image: ubuntu-2004:202010-01
image: ubuntu-2004:202107-02
working_directory: ~/marsha
steps:
- checkout
Expand Down

0 comments on commit 181ee76

Please sign in to comment.