Version of Docker image - missing info

Hello,
for some time you do not provide a version of the Docker image (docker inspect n8nio/n8n:latest), why?

I have automation for checking newer version n8n than my instance and now doesn’t work.

Regards

Ideally, the build process should include the actual version value (e.g., “1.95.3”) in that field when compiling the image. Having an empty “org.opencontainers.image.version” when using the latest tag makes version control difficult without manually accessing GitHub or the Docker Hub changelog.

This can be easily done by building the image with Docker build or in a Dockerfile.

A GitHub issue could be created to see what other options exist or if the improvement could be made.