From 2bf1334ac4dc04b9ecdf7b84760bc888c2438169 Mon Sep 17 00:00:00 2001 From: Spiros Economakis Date: Wed, 2 Mar 2022 09:43:23 +0200 Subject: [PATCH] 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 --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2ee3ed717d..08ce9fcc97 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: