Patching of Docker Base Images

Hi Everyone,

Could you please let me know how the hardening and patching of docker base -images is done? For Example : (any app server base images or Jboss Base Images).
I didn’t find any documentation available for it.

@mmumshad and @Inderpreet , your valuable inputs would be of great help

Regards,
Sanjana

You deploy a new image and replace the old container.
Containers are made to be ephemeral, so it should be possible to easily replace the old one with a new one.