From 1bb45bb1d12d91adf48cba0dd81e428e7cba5a39 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Tue, 6 May 2025 22:13:43 -0400 Subject: [PATCH] python3.9 on this image --- buildspecs/deploy.terragrunt.yml | 2 +- buildspecs/terragrunt.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildspecs/deploy.terragrunt.yml b/buildspecs/deploy.terragrunt.yml index 3225894..3dfeda7 100644 --- a/buildspecs/deploy.terragrunt.yml +++ b/buildspecs/deploy.terragrunt.yml @@ -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 diff --git a/buildspecs/terragrunt.yml b/buildspecs/terragrunt.yml index 7f269e7..d73d383 100644 --- a/buildspecs/terragrunt.yml +++ b/buildspecs/terragrunt.yml @@ -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