From ecd41d290f35608d2932d6d345683c8ae19bbe34 Mon Sep 17 00:00:00 2001 From: Gianni GIUDICE Date: Tue, 12 Jan 2021 15:58:52 +0100 Subject: [PATCH] :green_heart: Correction version python --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 94ec023..b7f7313 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: circleci/python:3.9 + - image: circleci/python:3.9-buster-node-browser steps: - checkout - restore_cache: @@ -24,7 +24,7 @@ jobs: POSTGRES_USER: myUsr POSTGRES_PASSWORD: somePwd POSTGRES_BD: psdb - - image: circleci/python:3.9 + - image: circleci/python:3.9-buster-node-browser environment: DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/psdb CONDUIT_SECRET: 'something-really-secret'