Docker base image question

Hi there pretty new to actually using docker and still trying to figure out all the underlying components. One of the things that crossed my mind. I see that you use your own Wappler images. Are these images updated with the latest os security patches etc or do we need to update these images manually to stay on top?

Thanks

That is the beauty of docker indeed. Each docker image is a complete virtual machine on its own, build with the latest OS and software specified.

So on each deploy everything is automatically updated.

Our images merely specify all the components we need and further refer to all the standard images.

1 Like

Thanks @George So for a production system I just need to redeploy basically when I want to update packages

exactly

A post was split to a new topic: A great overview of modern web and data technologies - many already in Wappler