Skip to content

Commit

Permalink
python3.9 on this image
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed May 7, 2025
1 parent a1fe4a4 commit 1bb45bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildspecs/deploy.terragrunt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cache:
phases:
install:
runtime-versions:
python: 3.11
python: 3.9
commands:
- echo "Setting up environment and tools"
- export http_proxy=$PROXY_CONFIG
Expand Down
2 changes: 1 addition & 1 deletion buildspecs/terragrunt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cache:
phases:
install:
runtime-versions:
python: 3.11
python: 3.9
commands:
- echo "Setting up environment and tools"
- export http_proxy=$PROXY_CONFIG
Expand Down

0 comments on commit 1bb45bb

Please sign in to comment.