From f2b3231a053ae5080b346303f3636e13b079eab8 Mon Sep 17 00:00:00 2001 From: Mahmoud Mohamed <37023071+mahmoud-lembo@users.noreply.github.com> Date: Sun, 18 Sep 2022 22:21:03 +0200 Subject: [PATCH] Fix for Issue #4 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1813b6a..fc33c1e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -86,7 +86,7 @@ jobs: # Exercise: Config and Deployment configure_infrastructure: docker: - - image: python:3.7-alpine3.11 + - image: python:3.9-alpine3.16 steps: - checkout - add_ssh_keys: @@ -230,4 +230,4 @@ workflows: - clean_up_old_front_end: requires: - get_last_deployment_id - - promote_to_production \ No newline at end of file + - promote_to_production