Skip to content

Commit

Permalink
fix: bumping version of AWS CodeBuild image (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
sliedig authored Jul 24, 2023
1 parent dfe528e commit 212e2b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Parameters:
Default: "{{cookiecutter.monorepo_ssm_prefix}}"
CodeBuildImage:
Type: String
Default: aws/codebuild/amazonlinux2-x86_64-standard:3.0
Default: aws/codebuild/amazonlinux2-x86_64-standard:5.0
# Stage 1 Parameters
TestConfigEnvName:
Type: String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 0.2
phases:
install:
runtime-versions:
python: 3.9
python: 3.11
commands:
- pip install --upgrade pip
- pip install --upgrade awscli aws-sam-cli
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 0.2
phases:
install:
runtime-versions:
python: 3.9
python: 3.11
commands:
- pip install --upgrade pip
- pip install --upgrade awscli aws-sam-cli
Expand Down

0 comments on commit 212e2b4

Please sign in to comment.