aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2019-04-11 20:47:36 +0200
committerGravatar Johannes Christ <[email protected]>2019-04-11 20:47:43 +0200
commitdfd151f962fdd4da62ccd49cf3010c1a24cde5dd (patch)
treeb89e86f3b49dc439836b8943dbc6cd3c9e14d29a
parentMerge pull request #204 from python-discord/only-uwsgi-in-container (diff)
Ignore pip version pinning complaints.
-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`.