Skip to content

Commit

Permalink
Address Dockerfile linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSimons committed Aug 22, 2024
1 parent e41aae1 commit 9af5743
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/linters/.hadolint.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
failure-threshold: error
failure-threshold: warning
ignored:
- DL3008 # warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
- DL3018 # warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
- DL3033 # warning: Specify version with `yum install -y <package>-<version>`
- DL3016 # warning: Pin versions in npm. Instead of `npm install <package>` use `npm install <package>@<version>`

0 comments on commit 9af5743

Please sign in to comment.