In the next lecture, we will update the docker image from 1.0.0 to 1.0.1. One thing that we need to do so that the docker-compose.yaml picks up the latest image is to update IMAGE_TAG in the .env:
docker-compose.yaml
IMAGE_TAG
.env
#Before IMAGE_TAG=1.0.0 #After IMAGE_TAG=1.0.1