We use our gitlab-ci to build fresh images with the latest version of our code.
These images are day to day built with the latest tag.
We tag images during the rele
I just had this problem in dev too. docker-compose up uses an old image even though I have built the latest image. And if I manually run docker run in latest image I can see the new changes.
What fixed for me is running: