Pull access denied for overhangio/openedx-dev, repository does not exist or may require 'docker login'

I just updated to 3.7.4 from 3.7. After rebuilding the images, I tried to run the dev server on my local machine. I received the following error:

Starting tutor_dev_mysql_1 … done
Starting tutor_dev_rabbitmq_1 … done
Starting tutor_dev_mongodb_1 … done
Starting tutor_dev_elasticsearch_1 … done
Starting tutor_dev_memcached_1 … done
Pulling cms (overhangio/openedx-dev:3.7.4)…
ERROR: pull access denied for overhangio/openedx-dev, repository does not exist or may require ‘docker login’
Error: Command failed with status 1: docker-compose -f /home/todd/.local/share/tutor/env/local/docker-compose.yml -f /home/todd/.local/share/tutor/env/dev/docker-compose.yml --project-name tutor_dev run --rm -e SETTINGS=tutor.development -p 8001:8001 cms ./manage.py cms runserver 0.0.0.0:8001

Any ideas?

Hi @ToddLichty! Are you sure that you upgraded to 3.7.4, and not the latest unreleased master branch? The openedx-dev image is part of a future release.

Well that is certainly embarrassing. I did upgrade to the latest instead of 3.7.4. Thanks for the quick reply @regis