diff --git a/build/aws/build-aws/buildspec.yaml b/build/aws/build-aws/buildspec.yaml index cb89aecf9ecd1aaf86b1a22d13e87119a87f89b9..0d3fb6cd910846782df369eed098dc728099f748 100644 --- a/build/aws/build-aws/buildspec.yaml +++ b/build/aws/build-aws/buildspec.yaml @@ -33,7 +33,7 @@ phases: runtime-versions: nodejs: 18 java: corretto17 - python: 3.11 + python: 3.12 commands: - if [ $(echo $CODEBUILD_SOURCE_VERSION | grep -c ^refs/heads.*) -eq 1 ]; then echo "Branch name found"; else echo "This build only supports branch builds" && exit 1; fi - apt-get update -y