Commit c9442ee4 authored by Robert Bailey's avatar Robert Bailey

Merge pull request #25114 from aaronlevy/hyperkube-pkg-upgrade

Upgrade installed packages when building hyperkube to improve the security profile
parents 24c69f0b dd8c3588
......@@ -28,6 +28,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y \
socat \
curl \
git \
&& DEBIAN_FRONTEND=noninteractive apt-get upgrade -y \
&& DEBIAN_FRONTEND=noninteractive apt-get autoremove -y \
&& DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment