Building a secure & optimised docker image using multistage docker build approach
In this post, I am going to walk through how to build a secure and optimized docker image. In the previous post, I have developed a simple API server using go. we will use that project to...