Skip to content

Commit

Permalink
Merge pull request kubernetes#25114 from aaronlevy/hyperkube-pkg-upgrade
Browse files Browse the repository at this point in the history
Upgrade installed packages when building hyperkube to improve the security profile
  • Loading branch information
roberthbailey committed May 6, 2016
2 parents 24c69f0 + dd8c358 commit c9442ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster/images/hyperkube/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

Expand Down

0 comments on commit c9442ee

Please sign in to comment.