Update Circle CI base image (#7518)

[...] CircleCI’s latest pre-built container images were designed from the ground up to help your team build more reliably. Our new images were built specifically for continuous integration projects and they are our most deterministic, performant, and efficient images yet.
pull/7320/head
Karl Hobley 2021-09-18 17:11:43 +01:00 zatwierdzone przez GitHub
rodzic 2f518eb147
commit b3c35e5f7f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -3,7 +3,7 @@ version: 2
jobs:
backend:
docker:
- image: circleci/python:3.7.3
- image: cimg/python:3.8.11
steps:
- checkout
- restore_cache:
@ -50,7 +50,7 @@ jobs:
nightly-build:
docker:
- image: circleci/python:3.7.3
- image: cimg/python:3.8.11
steps:
- checkout
- run: cd ~ && wget https://nodejs.org/dist/v14.17.5/node-v14.17.5-linux-x64.tar.gz