aboutsummaryrefslogtreecommitdiffstats
path: root/.hadolint.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.hadolint.yaml')
-rw-r--r--.hadolint.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.hadolint.yaml b/.hadolint.yaml
index 5a0a0197..c3c3449b 100644
--- a/.hadolint.yaml
+++ b/.hadolint.yaml
@@ -1,4 +1,4 @@
ignored:
- # Ignore suggestion for pinned versions in `apt-get´ and `apk`
- - DL3008
- - DL3018
+ - DL3008 # Ignore suggestion for pinned versions in `apt-get`...
+ - DL3013 # ... and `pip`.
+ - DL3018 # ... and `apk`.