docker-lambda
docker-lambda copied to clipboard
Ruby updated to 2.7.3
It looks like ruby2.7 lambdas are now running ruby 2.7.3 - could we get an update image, please?
I'm seeing ruby 2.7.2. What is the situation here?
Is it possible to bump the version to 2.7.6
?
The image is build in this Dockerfile via featching Ruby from a lambci S3 Bucket: https://lambci.s3.amazonaws.com/fs/ruby2.7.tgz
Related issue: https://github.com/lambci/docker-lambda/issues/362
@mhart could you please advise?
Because this repository is not maintained, I forked it. https://github.com/shogo82148/docker-lambda/
ruby 2.7.6p219 is available in my image.
% docker run --rm public.ecr.aws/shogo82148/lambda-ruby:build-2.7 ruby --version
ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a) [x86_64-linux]