Update Tyk Docker Images

Hello,

I want to update tyk running in docker, I tried to download the new images and recreate them with docker-compose up -d.

docker ps says my containers are using the new images:
tykio/tyk-gateway:v2.3.6
tykio/tyk-dashboard:v1.3.6

but accessing the developer portal / dashboard I still see the old pages and versions… Why?
Before using the tags I used “latest” images, maybe this has some impact?
The logs also contain the old verison: msg=“Tyk Analytics Dashboard v1.3.0.12”

ok after deleting the “:latest” images and recreating the containers it worked!

1 Like

Glad that you fixed it! :slight_smile: