Skip to content

Commit

Permalink
update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbalcaen committed Apr 26, 2024
1 parent bdde0e9 commit 8328439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdas/document_filler/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module "lambda_function_container_image" {
commands = [
":zip",
"cd `mktemp -d`",
"python3.9 -m pip install --no-compile --only-binary=:all: --platform=manylinux2014_x86_64 --target=. -r ${abspath(path.module)}/src/requirements.txt",
"python3.11 -m pip install --no-compile --only-binary=:all: --platform=manylinux2014_x86_64 --target=. -r ${abspath(path.module)}/src/requirements.txt",
":zip .",
]
}
Expand Down

0 comments on commit 8328439

Please sign in to comment.