Upgrade circleci ubuntu server image to latest version

CircleCI will deprecate the image we use and we need to upgrade to the latest one.

Ticket: https://mattermost.atlassian.net/browse/DOPS-822
Этот коммит содержится в:
Spiros Economakis
2022-03-02 09:43:23 +02:00
родитель bd3e36553d
Коммит 2bf1334ac4

Просмотреть файл

@@ -9,7 +9,7 @@ executors:
working_directory: ~/mattermost/
resource_class: xlarge
machine:
image: "ubuntu-1604:201903-01"
image: "ubuntu-2004:202201-02"
environment:
COMPOSE_PROJECT_NAME: "circleci"
@@ -442,7 +442,7 @@ jobs:
upload-s3-sha:
docker:
- image: 'circleci/python:2.7'
- image: circleci/python:3.6
working_directory: ~/mattermost/enterprise
steps:
- attach_workspace:
@@ -458,7 +458,7 @@ jobs:
upload-s3:
docker:
- image: 'circleci/python:2.7'
- image: circleci/python:3.6
working_directory: ~/mattermost/enterprise
steps:
- attach_workspace: