Closed deivid-rodriguez closed 5 years ago
Thanks! In order for the image to be updated, the manifest in docker-library/official-images needs to also be updated.
I can do this tomorrow, but also feel free to open a pr over there :)
❤️
Thanks! If you can do it tomorrow, that's great, otherwise I'll look into creating that PR :+1:
Looked into what's need in the previous bump and looks easy enough. I'll do it! :+1:
Thanks!
Closes #48.
Includes two other related changes. At the beginning I was getting a 404 when running
./update.sh
. I initially thought the s3 urls no longer worked because of https://github.com/rbenv/ruby-build/issues/1148. But in the end the problem was that the scripts used the$(< VERSION)
construct which doesn't work in my default shell (dash
).