I am using Sidekick as a Docker service by pulling directly from [Dockerhub]( https://hub.docker.com/r/minio/sidekick): The minio/sidekick:latest tag pushed a year ago is version 3.0.4 -> is there a reason why docker is so far behind the current (7.0.3) version? ``` docker pull minio/sidekick:latest docker run -it --entrypoint /sidekick minio/sidekick:latest --version /sidekick version 3.0.4 ``` Would be nice if the docker builds are done in the release pipeline? This is important for running sidekick services in our production clusters.