Skip to content

Commit

Permalink
Fix for Issue udacity#4
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud-lembo authored Sep 18, 2022
1 parent c2890e3 commit f2b3231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -230,4 +230,4 @@ workflows:
- clean_up_old_front_end:
requires:
- get_last_deployment_id
- promote_to_production
- promote_to_production

0 comments on commit f2b3231

Please sign in to comment.