Share feedback, ideas and get community help

Updated 3 months ago

How can I update the code of a docker image??

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
M
2 comments
To update the code of a Docker image, you generally have a couple of options depending on how the Docker image was built and how it's managed.
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.
Add a reply
Sign up and join the conversation on Discord