davidusb-geek / emhass

emhass: Energy Management for Home Assistant, is a Python module designed to optimize your home energy interfacing with Home Assistant.
MIT License
260 stars 51 forks source link

Docker :latest wrong version #238

Closed martinarva closed 3 months ago

martinarva commented 3 months ago

Describe the bug When pulling image: davidusb/emhass-docker-standalone:latest it pulls the broken 0.8.2 instead of 0.8.4 which is the latest. Workaround is to use image: davidusb/emhass-docker-standalone:0.8.4, but would prefer not to change it manually every time newer version is avvailable

To Reproduce try image: davidusb/emhass-docker-standalone:latest

Expected behavior I would expect version 0.8.4 will be pulled, but instead 0.8.2 is

Your hardware

EMHASS installation type

martinarva commented 3 months ago

Figured out. Had some docker cache issue.

This did the trick

docker-compose pull emhass
docker-compose up -d