Skip to content

Commit

Permalink
Not installing security updates is bad advice (#614)
Browse files Browse the repository at this point in the history
This is obviously bad advice: security updates are important, and should be installed.

For more detailed explanation of why advice against this is bad, see https://pythonspeed.com/articles/security-updates-in-docker/
  • Loading branch information
itamarst authored Mar 24, 2021
1 parent 8253f2e commit 6374632
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cheatsheets/Docker_Security_Cheat_Sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ Many issues can be prevented by following some best practices when writing the D
- Ensure the base image version is pinned
- Ensure the OS packages versions are pinned
- Avoid the use of `ADD` in favor of `COPY`
- Avoid the use of `apt/apk upgrade`
- Avoid curl bashing in `RUN` directives

References:
Expand Down

0 comments on commit 6374632

Please sign in to comment.