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

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -