Skip to content

Commit

Permalink
Bump lambda/python from 3.9 to 3.10
Browse files Browse the repository at this point in the history
Bumps lambda/python from 3.9 to 3.10.

---
updated-dependencies:
- dependency-name: lambda/python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 3, 2023
1 parent 9fe6d74 commit 0d7d4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/lambda/python:3.9
FROM public.ecr.aws/lambda/python:3.10

# Copy function code
COPY . ${LAMBDA_TASK_ROOT}/
Expand Down

0 comments on commit 0d7d4a0

Please sign in to comment.