Skip to content

Instantly share code, notes, and snippets.

@hutchic
Created December 12, 2016 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hutchic/3e8fbe8bb3eda787acd7066918a1b6e5 to your computer and use it in GitHub Desktop.
Save hutchic/3e8fbe8bb3eda787acd7066918a1b6e5 to your computer and use it in GitHub Desktop.
docker security updates
FROM ubuntu:14.04.4
# To apply security upgrades, set this to the current date. It will invalidate
# the cache, forcing the apt-get and apt-get -y upgrade to apply
RUN echo 2016-02-20-13:36 GMT > /.security-upgrade-timestamp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment