Skip to content

Commit

Permalink
Update base image to python 3.8 (#12)
Browse files Browse the repository at this point in the history
Also switch from aws-sam-cli-emulation image because it doesn't have
yum anymore.
  • Loading branch information
sir-sigurd authored Jan 25, 2024
1 parent 7acdd34 commit 01cee2e
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 amazon/aws-sam-cli-emulation-image-python3.7
FROM amazon/aws-lambda-python:3.8

# Need to set "ulimit -n" to a small value to stop yum from hanging:
# https://bugzilla.redhat.com/show_bug.cgi?id=1715254#c1
Expand Down

0 comments on commit 01cee2e

Please sign in to comment.