docker - Update Windows Software in Dockerfile -


often times dockerfile linked using statements. there's no telling when upstream update package latest security fixes. include 'apt-get update && apt-get -y upgrade' in linux based dockerfile(s).

what equivalent dockerfile based on windowsservercore?

linux base images (like ubuntu, alpine etc.) updated regularly, , windows ones. typically, microsoft push updates every month on patch tuesday. can see history in tags on docker hub.


Comments

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

nginx - phpPgAdmin - log in works but I have to login again after clicking on any links -