How can I update the code of a docker image?? The reason for the question: some bugs were fixed and we still don't have an image on docker hub with the bug fixes applied.
I'm using the latest version of the Docker Hub image 2.23.0
note that if you're using a Docker image from Docker Hub directly and don't have access to the Dockerfile or source code used to build it, you won't be able to directly update the code within that image. In this case, you'll need to wait for the maintainers of the image to release a new version with the bug fixes applied. Alternatively, you could consider creating your own Docker image based on the existing one.