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
Post a Comment