Updated Dockerfile.lambda for python version 3.12#1677
Conversation
Updated Dockerfile.lambda for python version 3.12
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||
User description
Updated Dockerfile.lambda for python version 3.12
PR Type
Enhancement, Configuration changes
Description
Updated base image to Python 3.12 in
Dockerfile.lambda.Replaced
yumpackage manager commands withdnfequivalents.Adjusted file addition command for consistency (
ADDto./).Changes walkthrough 📝
Dockerfile.lambda
Update Python version and package manager in Dockerfiledocker/Dockerfile.lambda
yumcommands withdnfcommands.ADDcommand to include./for consistency.