lambci / docker-lambda

Docker images and test runners that replicate the live AWS Lambda environment
MIT License
5.84k stars 431 forks source link

Ruby updated to 2.7.3 #336

Open rickselby opened 3 years ago

rickselby commented 3 years ago

It looks like ruby2.7 lambdas are now running ruby 2.7.3 - could we get an update image, please?

nnat425 commented 2 years ago

I'm seeing ruby 2.7.2. What is the situation here?

sordu commented 1 year ago

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

jufemaiz commented 1 year ago

@mhart could you please advise?

shogo82148 commented 1 year ago

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]