It seems like the latest 2.6.1 version is not yet available at Docker Hub
I defined it as follows in Dockerfile
and it fails to pull it:
FROM ruby:2.6.1
The official repo for Docker ruby image was updated just 2 days ago to 2.6.1. Any ideas ? Thank you.