docker-lambda icon indicating copy to clipboard operation
docker-lambda copied to clipboard

Ruby updated to 2.7.3

Open rickselby opened this issue 3 years ago • 4 comments

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

rickselby avatar Apr 20 '21 14:04 rickselby

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

nnat425 avatar Mar 31 '22 00:03 nnat425

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

sordu avatar Sep 05 '22 06:09 sordu

@mhart could you please advise?

jufemaiz avatar Dec 11 '22 23:12 jufemaiz

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]

shogo82148 avatar Dec 12 '22 01:12 shogo82148